請幫忙!我是一個巨大的初學者。我試圖得到一個picker view和a textfield into one alert controller.顯然我不能添加一個選擇器視圖到警報控制器,因爲IOS 8,而是我需要使用一個action sheet with multiple actions。爲什麼我不能使用default alert style?因爲我需要2個以上的動作,而默認的提示樣式顯然最多隻允
我使用SwiftyPickerPopover來顯示彈出控件,以便用戶選擇一個值。以前在應用程序的另一個地方,我已經實現它: let displayStringFor:((String?)->String?)? = { string in
if let s = string {
switch(s){
case "Lhe」:
return
我使用PopoverController,我想擺脫背景陰影。蘋果表示,要繼承UIPopoverBackgroundView和override class var wantsDefaultContentAppearance: Bool { get } https://developer.apple.com/documentation/uikit/uipopoverbackgroundview/161