IOS

コード下記:
class Figure{
var name:String!
var nickname:String?
init(){
name = “美穂”
} ...

IOS

サンプルコード:
struct startnews24 {
let offset:Int
var textCount:Int
subscript(index:Int) -> Int{
ge ...

IOS

コード下記:
struct SomeStructure {
static var storedTypeProperty = “Some value.”
static var comput ...

IOS

サンプルコード:

func swapTwoInts(inout a: Int, inout b: Int) {
let temporaryA = a
a = b
b = temporaryA

IOS

exifの php拡張を有効にする

PHPコード:

<?php
$exif = exif_read_data($filename);
$ort = $exif;
$image = ...

IOS

コード下記:
#inport<Foundation/Foundation.h>

int main(int argc, char *argv = {“startnews24_aa” ...

IOS

コード下記:
#inport<Foundation/Foundation.h>
int main(int argc, char *argv;

while(fgets(word, 100, wor ...

IOS

1.strong(retainと似ている):
@property (nonatomic, strong) NSString *tempStr1;
@property (nonatomic, strong) NSStri ...

IOS

サンプルコード:
NSDate *nowDate = ;//現在時間
NSCalendar *calendar = ;
NSDateComponents *comps;
comps = ;
in ...

IOS

サンプルコード:
NSCalendar *calendar = ;
NSDateComponents *comps;
comps = init]];

;//+24次の日date,-24は前の日da ...

IOS

サンプルコード:
-(NSString *) getJsonString
{
NSMutableString *json = ;
NSString *jsonString=nil;
SBJson ...

IOS

サンプルコード:
NSDictionary *dataDictionary= ;
NSDictionary *parmDictionary= ;
NSDictionary *jsonDictionary=; ...

IOS

1.ダウンロードURL

NSData * responseData = ;
NSString * strResponser = initWithData:responseData encoding:NS

IOS

操作方法:
1.herokuアカウントを新規登録する
URL:

2.herokuのコマンドツール(toolbelt)をダウンロード
mac環境でhomebrewでインストール
br

IOS

1.稼働中のシステムのバージョン番号を取得
let version = UIDevice.currentDevice().systemVersion
//例: 7.1.2

2.バージョン番号を比較

IOS

サンプルコード:
-(void) setKeyChainValue
{
KeychainItemWrapper *keyChainItem=initWithIdentifier:@”TestUUID ...

IOS

サンプルコード:
static Config * instance = nil;
+(Config *) Instance
{
@synchronized(self)
{
if(nil ...

IOS

サンプルコード:

if(! boolForKey:@”firstLaunch”]){
setBool:YES forKey:@”firstLaunch”];