通常、UINavigationBar
とコンテンツの境界線に 1px の線があります。コンテンツとナビゲーションが一体に見えるデザインを採用したい際に、これを削除する方法。
通常、UINavigationBar
とコンテンツの境界線に 1px の線があります。コンテンツとナビゲーションが一体に見えるデザインを採用したい際に、これを削除する方法。
WWDC、すごかったですね。Apple、Swift なんてやってくれました。
This article might be too old.
前回 で SDK を使用して、実際にコーディングする準備ができました。今回は、実際にログイン機能の作成をしてみます。Facebook ログインを実装するには、Facebook が用意してくれたログインボタンを使用する方法と、API を呼びカスタム UI を使用する方法があるのですが、今回はその前者を使います。
This article might be too old.
iOS にて Facebook から情報を取ってきたり、ログイン機能を使用するための準備編。公式ページの “Getting Started” と同じ内容です。
TestFlight は本当に便利です。チームでアプリ開発をする際に、メンバーにアプリの進捗を確認してもらうために自分のパソコンを持ち歩き確認してもらうの面倒です。TestFlight は AppStore に公開する前からメンバーの iPhone 等の端末に開発途中のアプリをダウンロードできるサービスです。このエントリーでは Xcode5 で IPA を作成し、メンバーがアプリをダウンロードできるようになるまでのチュートリアルを簡潔に翻訳してみようと思います。
UserDefault のキーや デバイス情報、データの参照先の URL等、iOS開発をしていると何度も使用する定数があると思います。それらを一つのファイルにまとめ、プロジェクトのどこからでも参照することができるようにします。
また iOS のアプリの制作を個人的に始めた。すごい好きなデザインをするデザイナーさんと一緒に作るから楽しみだなー。久しぶりすぎて、最初なにから始めたらいいのか、さえも分からなくなっててすごいショックだけどちょくちょく頑張っていきます。
I think we often encounter the situation we want to change the text color based on the length of the message in iOS programming. The famous example is twitter. When we type tweet and the tweet is over 140, the counter become red. like there :
I often encounter Blocks when I write Objective-C. It’s always kind confusing for me. The syntax is awkward and I honestly cannot still understand why using Block is useful. I have read really a helpful book about this topic and I found the different concept of scope in Blocks. I’d like to write down it here. I believe I will be confused about it again.
One of my struggles was adding my second test iOS device to test my app by using Push Notification. I hope that this short instruction will help you.
This article might be too old.
There are many applications that can communicate with DropBox. DropBox is the most famous storage service mainly because of how easy people can use it. I’m pretty sure that you’ve heard about it and that most of you are also using it. So, it is natural to think of making applications interact with it. I’d like to introduce how to implement DropBox service in your iOS application.