Skip to content
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

Swift files are ObjC code #698

Closed
carlhunterroach opened this issue Jan 8, 2016 · 1 comment · Fixed by #713
Closed

Swift files are ObjC code #698

carlhunterroach opened this issue Jan 8, 2016 · 1 comment · Fixed by #713

Comments

@carlhunterroach
Copy link
Contributor

The files in https://github.com/xmartlabs/XLForm/tree/master/Examples/Swift/Examples are OBjC.
I think this directory can be deleted as the Swift example code is in a different directory.

The "Swift" code is in https://github.com/xmartlabs/XLForm/tree/master/Examples/Swift/SwiftExample

@mats-claassen
Copy link
Member

You are right, thanks or pointing out.

markrickert added a commit to markrickert/XLForm that referenced this issue Feb 26, 2016
* master: (28 commits)
  added validators copy to rowDescriptor copyWithZone. Fixes xmartlabs#729
  release version 3.1.1
  fixed crash when launching action sheet from iOS 9
  Setting row descriptor will not fire cell config. This is done when updating the row.
  Correct the spelling of CocoaPods in README
  Removed Duplicated folder `Examples` under `Examples/Swift` closes xmartlabs#698
  fix bug: fixed UIViewController's instance, which does not inherit from XLFormViewController, using subclass of XLFormBaseCell will crash when its getFirstResponder method is invoked.
  Fixed normal and inline picker views to use row's value transformer for display text
  Changed the minimum deployment target to 8.0 to support iOS 8 for developers installing the library through a git submodule
  fix no containsString: method in NSString under iOS8_0
  end editing on scroll is an option
  Fix build error ‘XLFormImageCell.h’ file not found by moving XLFormImageCell from project header to public header
  Added custom inline row example in Objective C and Swift.
  allow setting the width percentage of an UITextView. Closes xmartlabs#534
  update readme delegate section
  Try to remove the most exception when defining the hidden and disabled predicates. Will still throw an exception when defining forward dependencies
  order example groups alphabetically. Replace formSegueIdenfifiers in SwiftExample
  Fix build error "‘XLFormImageCell.h’ file not found" by including XLFormImageCell into project file.
  update version to 3.1.0
  Button row style must not be default any more. Can display value on right of button cell. Closes xmartlabs#595, fixes #
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants