Pinned Repositories
Animation
CABasicAnimationとUIView animateWithDurationのサンプルアプリです。
ARTouchTest
Like WWDC 2017's demo app, I made it possible to tap SKNode with ARKit and SpriteKit.
closeKeyboardButton
キーボードに閉じるボタンを追加する方法を紹介しています。 Xcode7、Objective-Cで開発しています。 This software is released under the MIT License, see LICENSE.txt.
closeKeyboardButtonSwift
キーボードに閉じるボタンを追加する方法を紹介しています。 Xcode7、Swift2.0で開発しています。
FirstLaunch
アプリが初回起動かどうかを判断する方法を紹介したサンプルアプリです。 アップデート内容のチュートリアルを表示する場合などに使えます。 This is a sample app how to determine whether the initial startup. You can use, for example, when you view the tutorial of the update content.
UIDynamicAnimator
UIDynamicAnimatorのObjective-Cサンプルです。
toshi586014's Repositories
toshi586014/ARTouchTest
Like WWDC 2017's demo app, I made it possible to tap SKNode with ARKit and SpriteKit.
toshi586014/FirstLaunch
アプリが初回起動かどうかを判断する方法を紹介したサンプルアプリです。 アップデート内容のチュートリアルを表示する場合などに使えます。 This is a sample app how to determine whether the initial startup. You can use, for example, when you view the tutorial of the update content.
toshi586014/UIDynamicAnimator
UIDynamicAnimatorのObjective-Cサンプルです。
toshi586014/Animation
CABasicAnimationとUIView animateWithDurationのサンプルアプリです。
toshi586014/closeKeyboardButton
キーボードに閉じるボタンを追加する方法を紹介しています。 Xcode7、Objective-Cで開発しています。 This software is released under the MIT License, see LICENSE.txt.
toshi586014/closeKeyboardButtonSwift
キーボードに閉じるボタンを追加する方法を紹介しています。 Xcode7、Swift2.0で開発しています。
toshi586014/imageControl
toshi586014/LaunchNotification
アプリを起動したときに処理を実行するサンプルです
toshi586014/MovingContentUnderKeyboard
Moving Content That Is Located Under the Keyboard
toshi586014/Navinavi
ボタンの状態をenumで管理して変更するサンプルです。
toshi586014/Orientation
一部の画面だけ横画面にするサンプルです
toshi586014/Roulette
当選者をランダムに選んで発表するアプリです。
toshi586014/UIAlertController
This is a sample of UIAlertController.