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

Question: noob question: how to add this to an xcode project #102

Closed
mschipperheyn opened this issue Jun 5, 2015 · 3 comments
Closed

Question: noob question: how to add this to an xcode project #102

mschipperheyn opened this issue Jun 5, 2015 · 3 comments

Comments

@mschipperheyn
Copy link

I'm new to ios development coming from java. And I just can't find any good reference information on how to simply use this component in an xcode project?

@tailec
Copy link
Contributor

tailec commented Jun 11, 2015

  1. Get cocoapods (easiest way) or drag and drop files to your project. Useful links:
    cocoapods.org
    route85 tutorial
  2. If you're adding your views programmatically then do the same with JVFloatLabeledTextField/TextView. If you're using storyboards then drag and drop UITextField/UITextView to your scene and set custom class as JVFloatLabeledTextField/JVFloatLabeledTextView.

@danyalaytekin
Copy link

Copy and paste to documentation :)

@jverdi
Copy link
Owner

jverdi commented Jun 30, 2015

Thanks, I've added some basic getting started instructions to the README, which include steps for use with Cocoapods as well as Carthage.

@jverdi jverdi closed this as completed Jun 30, 2015
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

No branches or pull requests

4 participants