Skip to content

mohsinalimat/SFDesignables

Repository files navigation

SFDesignables: Elegant way to design your UI in storyboard

SFDesignables is a collection of custom UIView subclasses that come with supports for storyboard.

Getting Started

Cocoapods

CocoaPods is a dependency manager for Cocoa projects. You can install it with the following command:

$ gem install cocoapods

To integrate Alamofire into your Xcode project using CocoaPods, specify it in your Podfile:

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '11.3'
use_frameworks!

target '<Your Target Name>' do
    pod 'SFDesignables', '~> 0.1'
end

Then, run the following command:

$ pod install

Swift Package Manager

The Swift Package Manager is a tool for automating the distribution of Swift code and is integrated into the swift compiler. It is in early development, but SFDesignables does support its use on supported platforms.

Once you have your Swift package set up, adding SFDesignables as a dependency is as easy as adding it to the dependencies value of your Package.swift.

Swift 4

dependencies: [
    .package(url: "https://github.com/sudofluff/SFDesignables.git", from: "0.1.2")
]

Credits

SFDesignables is owned and maintained by sudofluff.

License

This project is licensed under MIT License - see LICENSE file for details.

About

Elegant way to design your UI in storyboard

Resources

License

Stars

Watchers

Forks

Packages

No packages published