IOS

1.blockの宣言、定義
#import <Foundation/Foundation.h>
#import <CoreLocation/CoreLocation.h>

@inte ...

IOS

#import <UIKit/UIKit.h>
#import “GCDAsyncSocket.h”

@interface ViewController : UIViewCont ...

IOS

1.Timerの基本設定
-(void)initializeTimer {
//Timerの周波数を設定、30回/秒
float theInterval = 1.0/30.0;
fpsLabel.tex ...

IOS

サンプルコード
NSDateFormatter *formatter = init];
NSDate *date = ;

timeLabel.text = ;
;

;
; ...

IOS

方法1
NSDateFormatter*formatter = init];
;
NSString *locationString=];

方法2
-(NSString *)getDate ...

IOS

サンプルコード:
#import <CommonCrypto/CommonDigest.h>
@implementation MD5Util

+(NSString *)encode:(NSStr ...

IOS

1.ControlView.hを編集、dict変数を追加して、TableViewのデータを保存
#import <UIKit/UIKit.h>
@interface IkrboyViewController ...

IOS

1.アルバムを選択
UIImagePickerControllerSourceTypesourceType=UIImagePickerControllerSourceTypeCamera;
if (!) {
s ...

IOS

サンプルコード:
– ( IBAction )uploadButton:( id )sender {
UIImage *image = ;    //画像名
NSData *imageData = ...

IOS

1.説明:
UIImage *yourImage= ;

2.サンプルコード
//画像圧縮
– ( UIImage *)imageWithImageSimple:( UIImage *)i ...

IOS

//正規表現で検証
-( BOOL )isValidateEmail:( NSString *)email
{
NSString *emailRegex = @”+@+\\.{2,4}” ...

IOS

サンプルコード
#import <Foundation/Foundation.h>
@interface Singleton : NSObject
@property (strong, nonato ...

IOS

ダウンロード

サンプルコード:
size_t size;
sysctlbyname(“hw.machine”, NULL, &size, NULL, 0)

IOS

乱数を発生させる方法
1.srand((unsigned)time(0));
int i = rand() % 5;

2.srandom(time(0));
int i = random() % 5 ...

IOS

条件
User_Startnews24クラスを作成

1.User_Startnews24.h:
@interface User_Startnews24 : NSObject <NSCopying> ...

IOS

サンプルコード:

NSBundle* bundle = ;
NSString* path = ;
NSDictionary* dic = ;
NSArray *items =];
for(N ...

IOS

サンプルコード:
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <stri ...