2017-05-29から1日間の記事一覧

AES で暗号化されたファイルの解凍

参考になりそうな記事 https://stackoverflow.com/questions/19044236/how-to-unzip-aes-encrypted-files-in-ios ここから、minizip を取得して利用するもの? GitHub - nmoinvaz/minizip: Minizip zlib contribution fork with latest bug fixes that suppo…

外部アプリの起動

[iOS] ディープリンク(Custom URL Scheme)でアプリを起動する | Developers.IO アプリケーション間通信

IOSデータの扱い

ファイルは、アプリ毎に管理されている。 4種類のフォルダが容易されている Documents/ユーザー側に見せるデータ Library/ユーザー側に見せないデータ Library/Application Support/ Library/Caches/一時的な保存用。任意のタイニングで削除されるかもしれな…

View Controller

View Controller の役割 https://developer.apple.com/jp/documentation/featuredarticles/ViewControllerPGforiPhoneOS/AboutViewControllers/AboutViewControllers.html#//apple_ref/doc/uid/TP40007457-CH2-SW1 iOS アプリの画面開発の基礎を理解する - A…