Skip to content

showxu/Magicians

Repository files navigation

Magicians

CocoaPods Compatible Platform Gitter

Magicians is an utility extension for interface builder by configure object visually.

Extended

  • UIView / NSView
  • UIScrollView / NSUIScrollView
  • UIViewController / NSViewController

Requirements

  • iOS 8.0+ / macOS 10.10+ / tvOS 9.0+ / watchOS 2.0+
  • Xcode 8.3+
  • Swift 3.2+

Installation

CocoaPods

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

Usage

Attributes Inspector

Just open the interface builder and switch to attributes inspector, then configure the object visually.

Magicians Magicians

Communication

  • 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.

License

Magicians is released under the MIT license. See LICENSE for details.