Eureka get section in a form

Cocoapods 1.1.0.rc.3 or newer version must be used. Specify Eureka into your project’s Podfile:

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '9.0'
use_frameworks!
pod 'Eureka', '~> 3.0.0'

Carthage

Carthage is a simple, decentralized dependency manager for Cocoa. Just specify Eureka into your project’s Cartfile:

github "xmartlabs/Eureka" ~> 3.0.0

Manually as Embedded Framework

1) Clone Eureka as a git submodule by running the following command from your project root git folder:

git submodule add https://github.com/xmartlabs/Eureka.git

2) Open Eureka folder that was created by the previous git submodule command and drag the Eureka.xcodeproj into the Project Navigator of your application’s Xcode project.

3) Select the Eureka.xcodeproj in the Project Navigator and verify the deployment target matches with your application deployment target.

4) Select your project in the Xcode Navigation and then select your application target from the sidebar. Next select the “General” tab and click on the + button under the “Embedded Binaries” section.

5) Select Eureka.framework and we are done!

Eureka Community


Eureka is a community-driven project.
Your contribution counts!

While simplicity and extensibility were main design attributes behind Eureka core library, the EurekaCommunity project was created to foster an ecosystem of community supported plugins and extensions. Have a row to share with the community? Drop us a line!

Color Picker Row

Allows to create a row that displays colors and lets the user pick them.

Credit Card Row

Allows to create a credit card row, with its number, expiration date and the CVV/CVC value. It provides a default UI but that can be easily changed to fit any other design.

Generic Password Row

Allows to create passwords fields. Its main purpose is to provide feedback to the user while is entering the password.

Google Places Row

Allows to use Google Places autocomplete functionality to select a place suggested by the provided API.

Image Row

Allows to create a row for taking pictures or choosing it from the gallery.

Postal Address Row

Includes a series of UITextField's to allow the user to enter postal address information.

Rich Text Row

Allows us to edit and display HTML.

Suggestion Row

Provides completion suggestions as the user is typing.

Tokenizer Row

It includes the CLTokenInputView which allows the user to select, add and remove tokens.