2015-06

ios開発メモ

iOSでデータベースを利用するSwiftData(Swift製SQLiteラッパー)

iOSでデータベースを利用するにはSwiftData(Swift製SQLiteラッパー)を使うといい。 下記の記事を参考にさせてもらったのだが、swift1.2に対応していないところを修正する。 MasterViewCont...
javascript

urlクエリの引数を取得

function GetQueryString() {//------urlクエリの引数を取得--------- var result = {}; if( 1 < window.location.se...
swift

Overriding method with selector ‘touchesEnded:withEvent:’ has incompatible type ‘(NSSet, UIEvent) -> ()’

こういう↓エラーが出る件 Overriding method with selector 'touchesEnded:withEvent:' has incompatible type '(NSSet, UIEvent) -> ()...