FormKit.m
FormKit.m copied to clipboard
Not maintained anymore
Warning from pod spec lint test: ``` -> FormKit.m (0.4.0) - NOTE | [xcodebuild] ActionSheetPicker2/Pickers/AbstractActionSheetPicker.m:235:40: warning: 'UITextAlignmentCenter' is deprecated: first deprecated in iOS 6.0 [-Wdeprecated-declarations] - NOTE | [xcodebuild] /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStringDrawing.h:42:5:...
Hello I can enter alpha numerics digits in type integer. And i can't enter more than 10 digits It's posible to define the number of digits and not allow alpha...
Return seems more appropriate. Go doesn't seem to make sense... viewDidLoad should have: self.textView.returnKeyType = UIReturnKeyDefault; Thanks!
Et ben ! Ca n'avance plus beaucoup par ici !
It would be extremely handy to be able to shift focus from one form field to the next by being able to set the return keys in each field. Also...
I get this error: > Error FormKitFormMapping keyPath save doesn't exist for object name User . This happens when tring to use buttonSave method: ``` [FKFormMapping mappingForClass:[User class] block:^(FKFormMapping *formMapping)...
There was a problem when using FKFormAttributeMappingTypeDate and rolling the date while simultaneously dismissing the datepicker window. If done at the right moment, the app would crash. The exact moment...
I I've noticed an issue when trying to enter a float value with a french UIKeyboardTypeDecimalPad. In this case the string value is x,xxx and not x.xxx so [value floatValue]...