Menu

Category

Archive

logo


Objective-C

UINavigationBar の境界線を隠す

2014-06-22 15:00:00 +0900

通常、UINavigationBar とコンテンツの境界線に 1px の線があります。コンテンツとナビゲーションが一体に見えるデザインを採用したい際に、これを削除する方法。

...More


FBProfilePictureView を丸くする

2014-06-04 20:30:00 +0900

WWDC、すごかったですね。Apple、Swift なんてやってくれました。

...More


Facebook SDK for iOS Facebook ログイン

2014-05-25 13:45:00 +0900

This article might be too old.

前回 で SDK を使用して、実際にコーディングする準備ができました。今回は、実際にログイン機能の作成をしてみます。Facebook ログインを実装するには、Facebook が用意してくれたログインボタンを使用する方法と、API を呼びカスタム UI を使用する方法があるのですが、今回はその前者を使います。

...More


Facebook SDK for iOS 準備編

2014-05-25 13:30:00 +0900

This article might be too old.

iOS にて Facebook から情報を取ってきたり、ログイン機能を使用するための準備編。公式ページの “Getting Started” と同じ内容です。

...More


TestFlight IPA の作成から登録まで ( Xcode 5 ) [ iOS 開発 ]

2014-01-05 01:09:00 +0900

TestFlight は本当に便利です。チームでアプリ開発をする際に、メンバーにアプリの進捗を確認してもらうために自分のパソコンを持ち歩き確認してもらうの面倒です。TestFlight は AppStore に公開する前からメンバーの iPhone 等の端末に開発途中のアプリをダウンロードできるサービスです。このエントリーでは Xcode5 で IPA を作成し、メンバーがアプリをダウンロードできるようになるまでのチュートリアルを簡潔に翻訳してみようと思います。

...More


定数をまとめる [ iOS 開発 ]

2014-01-02 00:00:00 +0900

UserDefault のキーや デバイス情報、データの参照先の URL等、iOS開発をしていると何度も使用する定数があると思います。それらを一つのファイルにまとめ、プロジェクトのどこからでも参照することができるようにします。

...More


iOS でのページ遷移

2013-12-27 06:42:00 +0900

また iOS のアプリの制作を個人的に始めた。すごい好きなデザインをするデザイナーさんと一緒に作るから楽しみだなー。久しぶりすぎて、最初なにから始めたらいいのか、さえも分からなくなっててすごいショックだけどちょくちょく頑張っていきます。

...More


Change Dynamically Text and Color in iOS

2013-09-23 02:11:00 +0900

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 :

...More


Block'c Modification and Scope

2013-09-21 05:03:00 +0900

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.

...More


Update Provisioning

2013-09-08 19:24:00 +0900

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.

...More


Introction to DropBox SDK

2013-08-12 09:00:00 +0900

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.

...More