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

Fixed dependency on the method formViewController(), subclassing of FormViewController not necessary anymore. #832

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Dec 8, 2016

  1. - removed formViewController() to support custom FormViewControllers

    - Extended FormViewControllerProtocol
    - Added Example Custom FormViewController as ChildViewController
    - Added some guards for optionals that caused crashes with custom FormViewControllers
    Paul Dziwoki committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    8484e9c View commit details
    Browse the repository at this point in the history
  2. Fixed typo

    Paul Dziwoki committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    9eef958 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of https://github.com/xmartlabs/Eureka

    # Conflicts:
    #	Source/Core/BaseRow.swift
    Paul Dziwoki committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    c3cfd6e View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2016

  1. Configuration menu
    Copy the full SHA
    05f48b8 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2016

  1. -fixed access control to allow subclassing

    Paul Dziwoki committed Dec 12, 2016
    Configuration menu
    Copy the full SHA
    db2ba7d View commit details
    Browse the repository at this point in the history
  2. -added attributedTitle support

    Paul Dziwoki committed Dec 12, 2016
    Configuration menu
    Copy the full SHA
    4d2fe57 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2016

  1. fixed textLabelColor when using attributedTitle

    Paul Dziwoki committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    83ea17c View commit details
    Browse the repository at this point in the history