Alexander Kolov
Alexander Kolov
SQLite docs state that if the result is a BLOB or UTF-8 string then the sqlite3_column_bytes() routine returns the number of bytes in that BLOB or string. If the result...
## Checklist - [x] I've tested my changes. - [ ] I've updated the [documentation](https://andergoig.github.io/SwiftInstagram), if necessary. - [x] I have read the [contibution guidelines](CONTRIBUTING.md). ## Proposed Changes - Do...
Added support for `Int128`, `UInt128` and `Int256`, `UInt256` types. - fixes #176
Could you please build universal framework for both iOS simulator and iOS devices. Also with bitcode enabled, otherwise we have to disable bitcode for the whole app to be able...
This code: ``` swift // Perform an intial check reachabilitySerialQueue.async { self.reachabilityChanged() } ``` defined here: https://github.com/ashleymills/Reachability.swift/blob/master/Reachability/Reachability.swift#L162 is triggered on reachability's own queue and posts NSNotification on the same queue,...