IOS

1.tarファイルをアーカイブ
#tar cvf sample.tar file1 file2

ディレクトリをアーカイブ
#tar cvf sample.tar dir1 dir2

tarファイ ...

IOS

サンプルコード:

+ (CGFloat)diskOfAllSizeMBytes{
CGFloat size = 0.0;
NSError *error;
NSDictionary *dic = a ...

IOS

サンプルコード
+ (NSString *)jsonPrettyStringEncoded:(NSArray *)array{
if () {
NSError *error;
NSData *jsonD ...

IOS

1.NSDateの利用方法
NSDate *now = ;
NSLog(@”%@”,now);

//now+20秒
NSDate *now1 = ;
NSLog(@& ...

IOS

参考コード:
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unis ...

IOS

1.絵文字をサポートするかどうかを判断
– (BOOL)supportEmoji
{
BOOL hasEmoji = NO;
#define kPreferencesPlistPath @& ...

IOS

サンプルコード
infoView= initWithFrame:CGRectMake(25, 110,210, 270)];
infoView.backgroundColor=;
infoView.alpha= ...

IOS

サンプルコード
if () {
NSLog(@”2つのファイルの差分がございません。”);
}

IOS

サンプルコード:
– (void)textFieldDidBeginEditing:(UITextField *)textField{
NSArray *ws = windows];
for(UI ...

IOS

1.Push通知
UILocalNotification *notification = init] autorelease];
NSDate *pushDate = ; if (notification != ni ...

IOS

サンプルコード
NSFileManager *defaultManager;
defaultManager = ;

IOS

サンプルコード:
NSString *path = pathForResource:@”filename_startnews24″ ofType:@”plist”];

IOS

方法1
ASIHTTPRequest *request = ];

;

request.timeOutSeconds = 20;

;

;

;//httpsにアクセス

IOS

方法1
if (){
NSArray *list = self.navigationController.navigationBar.subviews;
for (id objin list) {
if ...

IOS

処理コード:
_reserveLabel.text = @”welcome to arkgame.com”;
//Labelのコンテンツ長さを取得
CGSize reserveLabel ...

IOS

参考ソースコード:
addObserver:selfselector:
@selector(infoAction)name:UITextFieldTextDidChangeNotificationobject:nil] ...

IOS

//現在の日付
NSDate *today = ;

//タイムゾーン
NSTimeZone *zone = ;

//間隔を設定
_interval = ;

//明日の日付を取 ...

IOS

参考コード:
context:nil].size.height

説明:
textviewのtext文字列を呼び出してboundingRectWithSize方法を利用してCGpointを取得する
C ...