/SSBaseClass

Basic customisation options for UIControls using IBDesignable and IBInspectable

Primary LanguageObjective-CMIT LicenseMIT

SSBaseClass

Build Status Version License Platform

Basic Customisation for UIControls using IB_Designable and IBInspectable subclasses. Boilerplate code for Corner Radius, Shadow, Themed Font and Color for Label, TextField and TextView and many more.

SSButton

alt tag

SSLabel

alt tag

Storyboard

alt tag

Usage

To run the example project, clone the repo, and run pod install from the Example directory first.

Set the Custom class for the UIControl to SSView / SSButton / SSLabel, etc and start configuring on IB alt tag

Requirements

Installation

SSBaseClass is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "SSBaseClass"

Add this to Podfile after Platform to avoid the error IB Designables: Failed to update auto layout status: Failed to load designables from path (null)

platform :ios, '8.0'

use_frameworks!

Author

Shwet Solanki, me@shwet.net

License

SSBaseClass is available under the MIT license. See the LICENSE file for more info.