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
日本語ドメインやクエリに含まれる日本語を簡単に変換してくれるNSStringカテゴリを見つけました。 Wevah/Punycode-Cocoa 2つのファイル NSStringPunycodeAdditions.h/m をプロジェクトの中に入れ #import "NSStringPunycodeAdditions.h" で読み込みます。 // ホスト例1 .com NSString *target1 = @"お名前.com"; NSLog(@"%@: %@", target1, [target1 IDNAEncodedString]); // => お名前.com: xn--t8jx73hngb.com // ホスト例2 .jp NSString *target2 = @"総務省.jp"; NSLog(@"%@: %@", target2, [target2 IDNAEncodedStri
By Ole Begemann More about me and contact info May 21, 2014 Last update: June 30, 2014 Update June 30, 2014: Updated to reflect changes I made to OLEContainerScrollView’s public interface. The container scroll view now exposes a read-only contentView property. You should add any subviews you want managed by the container scroll view directly to its content view. In this article, I am introducing O
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { // その他のコード // Replace UIAlertView with other AlertView [BILib replaceImplementationForClassName:@"UIAlertView" methodName:@"show" block:^(UIAlertView *_self) { SIAlertView *alertView = [[SIAlertView alloc] initWithTitle:_self.title andMessage:_self.message]; // convert buttons for (NSInte
#pragma mark - Properties About File Name @property(nonatomic, copy) NSString *fullPath; @property(nonatomic, strong, readonly) NSString *name; @property(nonatomic, strong, readonly) NSString *extension; @property(nonatomic, strong, readonly) NSString *parentName; @property(nonatomic, strong, readonly) NSArray *pathComponents; #pragma mark - Properties About File State @property(nonatomic, assign,
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く