Summerwars is the view inspired by Summerwars.
- Display like Summerwars!!
- Summer Wars is a 2009 Japanese animated science fiction film. see wikipedia.
- Also See this official video
##Installation
####CocoaPods available on CocoaPods. Just add the following to your project Podfile:
pod 'SummerWars'
use_frameworks!
####Carthage To integrate into your Xcode project using Carthage, specify it in your Cartfile:
github "suzuki-0000/SummerWars"
##Usage example project would be easy to understand.
// add some contents
let content1 = WarsContent(image:UIImage(), caption: "Hello some caption1.")
let content2 = WarsContent(image:UIImage(), caption: "Hello some caption2.")
let content3 = WarsContent(image:UIImage(), caption: "Hello some caption3.")
let summerWarsView = SummerWarsViewController(contents: [content1, content2, content3])
addChildViewController(summerWarsView, toContainerView: view)
##Options you can customize with some options
SummerwarsOptions.warsMaxRadius = 200
SummerwarsOptions.warsMinRadius = 100
SummerwarsOptions.warsCentralRadius = 50
available under the MIT license. See the LICENSE file for more info.