Chirpware posted @ 2009年12月22日 22:20 in iphone开发 with tags iphone UITableView Border , 147290 阅读 The Original paper come from: http://dewpoint.snagdata.com/2008/10/31/drawing-a-grid-in-a-uitableview/ UITableView is probably the most used view on the iPhone. It’s flexible and the UI is ideally suited to use on the iPhone. There are lots of examples on how to add multiple items to a UITableViewCell.
gdata-objectivec-clientを使ってGoogleのサービスを使うアプリを作っていたのですが、しばらく、entryからXMLを抜き出しただけで、時折落ちるという原因がまったくわからない現象が発生して、しばらく困っていて、もうどうしようもないと思って、バージョンアップしたら直ってました。。。 ということで、gdata-objectivec-clientを一部手動でstatic library化する方法をまとめておきます。おかしいところがありましたら、教えてください。 最新のソースをもらってくる http://code.google.com/p/gdata-objectivec-client/ 基本的には、以下のところを参照してコンパイルする http://code.google.com/p/gdata-objectivec-client/wiki/BuildingTheLib
2024 yılına girerken bahis dünyasındaki dinamiklerin hızla değiştiğini biliyoruz. Gelişen teknoloji ve sanal oyunlar sayesinde bahis ve casino sektörü kendisini sürekli yenilemektedir. Bu durumdan nasibini alan sitelerin başında deneme bonusu veren siteler gelmektedir. Çünkü sayısı sürekli artan bahis severlerin ilgisini ve dikkatini çekmek hiç de kolay değildir. Bu yüzden oyuncuların dikkatini ce
( 0 票 )Googleでは、Google Docs, Calendar, Contactsなどのさまざまなサービスが、Google Data APIとして公開されています。 そして、これらのサービスを利用するためのクライアントライブラリもGoogle Codeで公開されています。クライアントライブラリは、Java, JavaScript, .NET, PHP, Python, そしてObjective-Cのものが用意されています。 これを使うと、OAuthでのアカウントアクセスや、Googleのサービスの利用が簡単に行えるようです。 さらに、Objective-Cのクライアントライブラリは、iPhoneアプリ用にStatic LibraryとしてリンクできるXcode Projectとしても提供されていました。 今回はGoogle DocsのファイルのリストをiPhoneアプリから取得
One of the most frequently asked questions I see about cocos2d for iPhone is “how do you animate sprites?”. This was also one of the first questions we had when developing Addicus. It’s actually quite simple to do using cocos2d’s CCSpriteSheet, CCSprite and CCAnimation classes. These classes take a texture atlas and switch between frames at regular intervals. In other words: animation! Here is how
...while iDeveloping iSoftware for iPhone and Other iThings Trying to make MPMoviePlayer do "things" it doesn't really want to. Finding lots of tips, saving here as reference. Yes, it was a long day. Too many tips to be remembered tomorrow. First Rule: "There can be only one". You cannot use two MPMoviePlayers at the same time. Apple (SDK) makes some things really easy - and then there are these o
I have the following code... UILabel *buttonLabel = [[UILabel alloc] initWithFrame:targetButton.bounds]; buttonLabel.text = @"Long text string"; [targetButton addSubview:buttonLabel]; [targetButton bringSubviewToFront:buttonLabel]; ...the idea being that I can have multi-line text for the button, but the text is always obscured by the backgroundImage of the UIButton. A logging call to show the sub
NSStringとは NSStringは文字列を格納するオブジェクトです。iPhone内部やインターネット上のファイルの場所を格納するのにも使われ、 その場合に便利なさまざまメソッドが用意されています。C言語などでは文字列は単に""の間に入れるだけですが、 Objective-Cの場合は@""と、頭の部分に@が付きます。 代表的なメソッド(目的別) 文字列からNSStringオブジェクトを作りたい - initWithString: 変数を組み込んだ文字列からNSStringオブジェクトを作りたい - initWithFormat: NSStringオブジェクトの内容をファイルに保存したい - writeToFile:atomically:encoding:error: インターネット上のファイルからNSStringオブジェクトを作りたい - initWithContentsOfURL:e
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く