-
-
Notifications
You must be signed in to change notification settings - Fork 951
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can XLForm be added to an existing project? #771
Comments
Hi @tciuro you can drag the XLForm.xcodeproj of the root folder into your project and add the XLForm.framework to the embedded binaries of your project. Then |
markrickert
added a commit
to markrickert/XLForm
that referenced
this issue
Sep 29, 2016
* master: (27 commits) Add property in XLFormTextViewCell to limit number of characters Add property in XLFormTextFieldCell to limit number of characters change XLFormUnspecifiedHeight constant to not collide with Automatic dimension datePicker.locale property public to developer,for example, _birthdayRow = [XLFormRowDescriptor formRowDescriptorWithTag:kBirthdayTag rowType:XLFormRowDescriptorTypeDateInline title:@"Birthday"]; [_birthdayRow.cellConfig setObject:[[NSLocale alloc] initWithLocaleIdentifier:@"en"] forKey:@"locale"]; Refactored '-(id)init' to '- (instancetype)init' Update 'initializeForm' example. Update pod badge [fixes xmartlabs#452] respect the currentLocale when parsing decimal values Remove the fix for suppressing "Empty snapshot" warnings when presenting action sheets Updated code to actually use the optionTitle variable Fixed selector action sheet to use the row's value transformer update pod version added count to empty check. Helpful to validate multiple selectors being empty Fix decimal number formatting. closes xmartlabs#514 Added height property to XLFormRowDescriptor updated readme with some comments. Fixes xmartlabs#771, fixes xmartlabs#727, fixes xmartlabs#696 Add support for NSFormatter Do validation can be nullable. fixes xmartlabs#705 fix crash when using cell style Value2. closes xmartlabs#770 Fix when the textFieldPercentage is applied. Closes xmartlabs#776 ...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What are the steps needed to add XLForm to an existing project? It would be great if the documentation had a section explaining what the steps are, especially for projects that don't use CocoaPods or Carthage.
The text was updated successfully, but these errors were encountered: