Here is some iOS code snippets that I wrote or I collected from the internet. All of the code has been verified. Hope you enjoy using them!
ここでiOSアプリの開発に関する基礎のもの、そしてとても重要なcodeを皆さんにシェアしたいと思います。 全ては検証されたものですので、気楽に使ってください。
This is the snippets that I concluded from the iOS project I've developed since I started the journey of becomming an iOS devloper. If you want to start to learn iOS programming and you have basic knowledge and want to enter next level, I hope this snippets will provide you with some help because the problem you may confront, it is certainly I might face it too and the solution is right here!
ここのcodeは、私がiOSアプリを開発している時実際に使用したものですが、読みやすくなるために、少し簡易化させました。もし君もiOSプログラミングの勉強を始めようと思いましたら、ここのcodeは君に基礎のiOS知識をあげましたら幸いです。iOSアプリの開発途中でよくあった問題は私も同じこと戦うこと経験がありまして、現在全てここにおいています。
It contains basic UI element of iOS programming, including object initialization, custom setting, and action-building. Furthermore, I also add some useful Apple's API tools like NSUserDefaults or famous third party framework like SWRevealViewController. Enjoy It!
iOS基礎のUIの生成, オブジェクトの使用とカストマイズ方法などを載せています。Appleが提供した便利なツールNSUserDefaults、そして有名のframework、SWRevealViewControllerの使用法もあります。
The best way to use are:
- Go through all code and implement it in your project
- Simply press "command" + "f" to search for keyword
- Send e-mail kuanwei.hayasi@gmail.com to me if you have any questions