Dan

Results 48 issues of Dan

Is there a way to set a field as SELECT ALL when focus change to it?

Is there a way to add .autocorrectionType to the initializer? I can't find one unless I create it with a lazy variable? `builder += TextFieldFormItem().title("First Name").placeholder("Enter First Name").keyboardType(.default).autocorrectionType. `

Is there a way to add formatting rules for fields like phone numbers to be (xxx) xxx-xxxx ?

Any idea's as to why when I try this out in playground it say SwiftDate module not found on the first line of import?

The docs on https://github.com/malcommac/SwiftDate/wiki/1.-Introduction:-Absolute-Date-and-DateInRegion says > let dateFormat = "yyyy-MM-dd HH:mm" let current_default = Date.defaultRegion // Print date in current local device region print(now.string(format: .custom(dateFormat))) // 2017-04-09 19:32 // Change...

I have 4 checkboxes and for some reason inside of IB, onlyl 2 are showing when all 4 have the same attributes. Latest XCode 9.3

For the life of me I can not figure out the best way to get 5 checkboxes with labels to the right and a button at the bottom to resize...

Any chance this will be updated for Swift4 ?

Any ideas why I can't do this? The app does not crash but I get a leak message in logcat after the finish: ``` new PromptDialog(this) .setDialogType(PromptDialog.DIALOG_TYPE_WARNING) .setCancelable(false) .setTitleText("Alert") //...

How do you set this as momentary so you can click on the selected cell and still get a hit?