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
# armv7 clang -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.0.sdk -c mattn.c ar mattn-armv7.a mattn.o ranlib mattn-armv7.a # i386 clang -arch i386 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator6.0.sdk -c mattn.c ar mattn-i386.a mattn.o ranlib mattn-i386.a
OSX v10.8 Mountain Lionがリリースされましたね。Mountain LionではObjective-Cで待望のオブジェクトリテラルと添字アクセスがサポートされました。ここでは簡単な使い方を紹介します。 オブジェクトリテラル オブジェクトリテラルを使うことによって、今まで面倒だったCocoaオブジェクトの生成が簡単に行えるようになります。 例えば、3つのNSStringインスタンスを持つNSArrayインスタンスを生成するには、今まで以下のように書いていました。 NSArray *array = [NSArray arrayWithObjects:@"A", @"B", @"C", nil];
Before using Thrift for Objective-C Supported Platforms Thrift supports the following platforms as well as other platforms. Mac OS X 10.5 or later iOS 4 or later cocoa represents the above platforms. The runtime library and the generated code adapt themselves to the platforms automatically. Thus, please use cocoa for them. Installation See this page. Support of ARC Since iOS 5 and Mac OS 10.7, Obj
Gentle Bytes is Mac OS X, iOS and consultant company. We believe software should be simple and effective and make you more productive.Comments formatting style Appledoc extracts documentation from specially formatted comments, giving you freedom to choose which comments will be parsed and which not. To make porting old documentation simpler, it allows you to use either doxygen or headerdoc style c
ARC (Automatic Reference Counting) を有効にすると、従来のソースコードを大幅に修正する必要がでてくるため、それまでに作成していたプログラムをまるごと ARC に移行するのは、なかなか困難な場合もあると思います。 この ARC を使うかどうかの設定ですが、ARC を有効にする で記したプロジェクト単位での設定の他にも、ファイル単位でも設定できるようになっていました。 ファイル単位で ARC の有効化または無効化は、プロジェクトの "TARGET" の設定で行います。 プロジェクトの "TARGET" を選択したら、そこの "Build Phases" から "Compile Sources" を選択します。 ここで、ARC の有効化や無効化を個別に設定したいソースファイルをダブルクリックして、コンパイラーオプションとして、次の値を設定します。
このURLのページは表示することが出来ませんでした。 IQサーバー
めんどくさいタイトルですいません。。 僕がこの勉強会のATNDに気づいたころには120人の参加者枠もとっくにうまり、発表者枠も既に10人に達していたのですが、「時間がもし余ったら」と @k_katsumi さんの粋な計らいでLT補欠として参加させていただいた、というわけでこのタイトルになりました。 で、結果として時間はちょうどいい感じに10人の発表で終了時間となりLT枠はなかったのですが、いちおう資料とサンプルコードはつくってアップしておいたのでこちらにも載せておきます。 vImageのススメ View more presentations from 修一 堤 iOS 5 から追加された vImage について紹介しています。 資料の内容抜粋 vImageとは Accelerate.framework内のライブラリ iOSデバイスのハードウェア向けに最適化されていて高速 畳み込みや幾何変換
「NSArray内のオブジェクトの指定したメンバー変数でソートする方法」の話しです。 @syuhariさんの記事も参考しました。 [iPhone] NSArray のソート方法 確かに出来ましたが、なんか面倒な気がしますね。 別の方法がないかと思って、調べると、sortedArrayUsingDescriptorsを使うと、より楽になりそうです。 下記の属性を持っているTaskを格納するNSArrayとします。 @property (nonatomic, retain) NSNumber *dispNumber; @property (nonatomic, retain) NSString *text; @property (nonatomic, retain) NSDate *dueDate; データを用意する NSMutableArray *testArray = [NSMutable
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く