from京都山科
Archive for 8月, 2020
通行止め
月曜日, 8月 31st, 2020さぬき庵できつねうどん
日曜日, 8月 30th, 2020jw_cad TouchJWv2 共にアップデート
水曜日, 8月 26th, 2020DropBox APIの変更(^^;またかよ
日曜日, 8月 23rd, 2020DropBox APIの変更(^^;またかよ
handleRedirectURLが *void になったぞ、
そして、completion:ハンドラになったぞ、ということで書きえた
コメントアウトしているのが旧コード
[DBClientsManager handleRedirectURL:url completion:^(DBOAuthResult * _Nullable authResult) {
if (authResult != nil) {
if ([authResult isSuccess]) {
NSLog(@”Success! User is logged into Dropbox.”);
masterViewController.AuthSuccessful = YES;
[detailViewController DropboxStart2];
return;
} else if ([authResult isCancel]) {
NSLog(@”Authorization flow was manually canceled by user!”);
} else if ([authResult isError]) {
NSLog(@”Error: %@”, authResult);
}
}
}]
/*
DBOAuthResult *authResult = [DBClientsManager handleRedirectURL:url];
if (authResult != nil) {
if ([authResult isSuccess]) {
NSLog(@”Success! User is logged into Dropbox.”);
masterViewController.AuthSuccessful = YES;
[detailViewController DropboxStart2];
return YES;
} else if ([authResult isCancel]) {
NSLog(@”Authorization flow was manually canceled by user!”);
} else if ([authResult isError]) {
NSLog(@”Error: %@”, authResult);
}
}
*/
南禅寺なう
日曜日, 8月 23rd, 2020カツカレー
土曜日, 8月 15th, 2020夏だね
金曜日, 8月 14th, 2020カツ丼食いたい、
木曜日, 8月 13th, 2020カモかも
木曜日, 8月 13th, 2020も
日曜日, 8月 9th, 2020建築基準法令20条 有効採光係数Aの算定プログラム 算定結果はここに表示されます。 計算内容は、日本国建築基準法施行令第20条をご覧ください。
from京都山科