44 hours of video course for learning Xcode 9, Swift 4, Sketch, Framer, from conception to the App Store. An interactive book on how to design and code an iPhone app. For designers and beginners.
github.com GitHubのトレンドリポジトリで見つけたSpringというアニメーションライブラリが凄まじく良かったので紹介してみる。 ★もかなりついててすでに有名で今更な感じかもしれませんが参考になる人がいれば。 環境 Xcode 7.0.1 Swift まずはcocoapods と思いましたが、公式にはcocoapodは未対応のようでした。 今回は手動でプロジェクトに GitHubでソースコードをダウンロードしましょう。 その中のSpringフォルダを自身のプロジェクトに追加してください。 storyboardでアニメーションをつける。 UIButtonだとCustomClassにSpringButtonと指定する。 UILabelだとSpringLabel UIImageViewだとSpringImageViewといった感じ。 続いてこんな感じでアニメーションを指定する。今回
enum FadeType: NSTimeInterval { case Normal = 0.2, Slow = 1.0 } extension UIView { func fadeIn(type: FadeType = .Normal, completed: (() -> ())? = nil) { fadeIn(duration: type.rawValue, completed: completed) } /** For typical purpose, use "public func fadeIn(type: FadeType = .Normal, completed: (() -> ())? = nil)" instead of this */ func fadeIn(duration: NSTimeInterval = FadeType.Slow.rawValue, com
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く