You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
こんにちは。久しぶりのObjective-Cの投稿です。今日は、最近Objective-Cを始めた方とお話をする機会があり、UITextViewをキーボードのサイズに合わせてリサイズするサンプルコードを書きました。 Objective-Cを初めて少しするとこの辺りでハマることは割と一般的だと思います。 環境 UIStoryboardとAutoLayoutを利用しています。 Xcodeは5.1.1を利用しています。 コード GitHubにアップしました。 morizotter/TextViewAutoresizeSample やっていることは、 UIKeyboardWillShowNotification UIKeyboardWillChangeFrameNotification UIKeyboardWillHideNotification の3つの通知を受けて、そこからキーボードのサイズを
BZKIntegrationTestSuite Overview I wrote this small library because I needed to [somewhat] automate integration testing with BLE devices which is not possible to do using unit tests. This test suite is based on (but does not inherit from) the XCTestCase class. It has the same 'kind' of functionality, including setUp and tearDown functions. It also scans your implementation file for any methods pre
UITabBarControllerはタブバーのコントローラーですが、 タブバーは細かいデザインの調整を行う場合はUITabBarControllerのサブクラスを作って実装するパターンが多いと思います。 一つのStoryBoardに全てのタブの参照がある場合はInterface Builderなどでもある程度はデザインを設定できますが、StoryboardをViewController毎やタブ毎等に分けていた場合はInterface BuilderだけだとIBOutletを結べなくなります。 運用的にはタブやViewControllerでstoryboardファイルを分けた方が扱いやすいと感じるので、タブを関連付けるにはUITabBarControllerのサブクラスを作ってコードで結んでいく必要があります。 Storyboardを1画面ごとに分割した話 – 24/7 twenty-fo
少し昔なら ZXing というライブラリがあって定番でしたが、今は iOS7 から AVFoundation が標準で QR を読んでくれます。 ZXing 重そうだったので、標準の API 使うとコードの量が減っていい感じです。 が、使うにも AVFoundation まわりのアレコレがとても面倒くさいです。 そこで手前味噌ですが薄い感じにらっぱーを書いたので紹介します。 pod 'KIFastQR' KIFastQRCaptureView *fastQR = [[KIFastQRCaptureView alloc] initWithFrame:self.view.frame]; [fastQR startCaptureWithDelegate:self]; [self.view addSubview:fastQR];
9. NSURLSessionクラス オブジェクトの生成 • • • + sessionWithConfiguration: + sessionWithConfiguration:delegate:delegateQueue: + sharedSession デリゲートとデリゲートキュー • • デリゲートはなくてもOKとなっている デリゲートキューにnilを指定するとシステムが与える NSURLSessionタスクの生成 • • • • • 13年10月18日金曜日 タスクのタイプに応じて多数のメソッドが定義されている 生成されるのは、NSURLSessionDataTask、 NSURLSessionDownloadTask、NSURLSessionUplodadTaskのいずれか NSURL、あるいはNSURLRequestを通信先で指定する Completion Handler(通信後
When I first started programming iOS apps, NSUserDefaults seemed like the ideal place to store user preferences. I made the novice mistake (like a lot of programmers do) of storing username/password or tokens in NSUserDefaults as well. When I realized that NSUserDefaults was completely insecure I looked for an alternative and found that Apple had built-in support for the keychain since iOS 2.0. Ho
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く