App & System Services RSS for tag Delve into the world of built-in app and system services available to developers. Discuss leveraging these services to enhance your app's functionality and user experience.
http://son-son.sakura.ne.jp/programming/iphone_sdk_hach_uiwebview_how.html この方向でいろいろやってみたけど、やはりズームの挙動があやしくなってしまって、結局うまく動かなかった。 そこで、method swizzling でやってみたらうまくいったので、紹介しておきます。 http://github.com/psychs/iphone-samples/tree/master/WebViewTappingHack @implementation UIView (__TapHook) - (void)__touchesEnded:(NSSet*)touches withEvent:(UIEvent*)event { [self __touchesEnded:touches withEvent:event]; id web
ご存じの通り,UIWebViewはほとんどの機能が隠蔽されている. 今回のハックは,UIWebViewでクリックしたときに反応する要素(エレメント)を取得する方法である.(これでtarget="_blank"問題に対応しようと思ったのだが,もっと簡単な方法がある.これは後日また別エントリで.)たとえば,Aタグのhref,target,alignment,id,classなどを取得できる. UIWebViewに対して,UIWebView?(不明)から以下のundocumentedなデリゲートメッセージがUIWebViewのリンクがクリックされたときに飛んでくる. - (void)webView:(UIWebView *)sender willClickElement:(id)element; この第2引数は,undocumentedのUIThreadSafeNodeというクラスになっている
For an IPhone app I have been building, I decided to use the UIWebView to render SVG files, instead of doing the vector rendering myself. I needed to have a way to read-in files generated from a vector authoring tool (Illustrator etc.) and after initially looking for an open-source SVG parsing/rendering engine of some sort, I decided on hosting the UIWebView itself instead and use the SVG renderin
I've been experimenting with using the <canvas> tag for drawing simple diagrams and charts, and so far it's pretty easy to work with. I have one issue thought. I can't figure out how to draw text on a <canvas> in Safari. In Firefox 3.0, I can do this: Chart.prototype.drawTextCentered = function(context, text, x, y, font, color) { if (context.mozDrawText) { context.save(); context.fillStyle = color
Recent Comments Dean in iPhone Tech Talk Sydney Hogben in iPhone Tech Talk Sydney Dean in iPhone SDK Tutorial: Building an Ad… Dean in iPhone Tech Talk Sydney Well while I have been working on the Blog Tutorial I have been learning alot about the iPhone SDK, and once you get into it you will find that it is really quite easy to use. Even the strict data typing! This tutorial will take you through
ネットを利用するiPhoneアプリケーションは、圏外の通知が必須に? - 24/7 twenty-four seven 上記の記事で書いたように、現在、ネットを使用するアプリケーションは、ネットワークに接続できないときには、何らかの形でユーザーに知らせないといけないので、僕が「はてな touch」「LDR touch」「テレビ番組表」でやっている方法を書きます。 Reachability iOS Dev Center - Apple DeveloperにサンプルコードとしてアップルがReachabilityというものを公開しています。 こちらを使うと、ネットワークの状態を簡単に取得することができます。 また、圏外になったときに自動的に通知してくれる機能もついています。 使い方 ReachabilityのプロジェクトからReachability.hとReachability.mをコピーします
RegexKitLite Lightweight Objective-C Regular Expressions for Mac OS X using the ICU Library Introduction to RegexKitLite This document introduces RegexKitLite for Mac OS X. RegexKitLite enables easy access to regular expressions by providing a number of additions to the standard Foundation NSString class. RegexKitLite acts as a bridge between the NSString class and the regular expression engine in
SafariのレンダリングエンジンでHTMLを表示できるUIWebViewを試してみた. Web上にあんまり情報がまとまっておらず,ちょっと苦労した. ・ソースコード MyWebView.m #import "MyWebView.h" @interface UIWebView (HackWebView) // for peeking msg to UIWebView - (BOOL) respondsToSelector:(SEL) selector; @end @implementation UIWebView (HackWebView) - (BOOL) respondsToSelector:(SEL) selector { NSLog(@"[UIWebView] respondsToSelector: %s", selector); return [super respondsTo
iPhoen アプリ内で Web ページを表示する方法です。UIWebView を使います。 UIWebViewを表示するためのシンプルなUIViewController – ちびり文 こちらのエントリを参考に IB を使ってやってみました。 新規プロジェクトを View-Based Appilication で作成。名前は Web としました。 IB で適当にナビゲーションと View を追加する 追加した View のクラスを UIWebView クラスにする IBOutlet で UIWebView を追加 WebViewController.h @interface WebViewController : UIViewController { IBOutlet UIWebView *webView; } @property(nonatomic, retain) UIWebView
僕は毎日iPhone使ってますが、やっぱり面白いです。 アプリもいっぱいあるんで、毎日新しいアプリ入れたりして遊んでます。 やっぱりそんなアプリ作ってみたくなりますよね? 僕はなっちゃったので、レッツトライです! いろいろ、調べてみると、まずはこんな結果に。 ・画面作成にInterface Builderは使わないほうがいい ・その方が後々、カスタマイズしやすい なるほど。。。 これ前提で探した本がこれ。 全てInterface Builder使わずに画面作成する方法が(英語やけど)書いてあります iPhone SDK Application Development: Building Applications for the AppStore 作者: Jonathan Zdziarski出版社/メーカー: O'Reilly Media発売日: 2009/02/06メディア: ペーパーバッ
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く