uber-archive / ohana-ios

Contacts simplified. This project is deprecated and not maintained.
MIT License
362 stars 40 forks source link

Bugfixes for swift 3. Update example app to swift 3. #25

Closed adam-zethraeus closed 8 years ago

adam-zethraeus commented 8 years ago

Mostly the automatic translation to Swift 3.

Added missing NS_ASSUME_NONNULL annotations to prevent Swift objects showing up as optional.

closes https://github.com/uber/ohana-ios/issues/24

adam-zethraeus commented 8 years ago

@NickEntin care to take a look?

NickEntin commented 8 years ago

@zethraeus sure, I'll take a look when I get home tonight :)

adam-zethraeus commented 8 years ago

Thanks!