Magicians is an utility extension for interface builder by configure object visually.
- UIView / NSView
- UIScrollView / NSUIScrollView
- UIViewController / NSViewController
- iOS 8.0+ / macOS 10.10+ / tvOS 9.0+ / watchOS 2.0+
- Xcode 8.3+
- Swift 3.2+
CocoaPods is a dependency manager for Cocoa projects. You can install it with the following command:
$ gem install cocoapods
To integrate Magicians into your Xcode project using CocoaPods, specify it in your Podfile
:
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '11.0'
use_frameworks!
target '<Your Target Name>' do
pod 'Magicians', '~> 0.0.1'
end
Then, run the following command:
$ pod install
Just open the interface builder
and switch to attributes inspector
, then configure the object visually.
- If you found a bug, open an issue.
- If you have a feature request, open an issue.
- If you want to contribute, submit a pull request.
Magicians is released under the MIT license. See LICENSE for details.