flutter/examples/platform_channel_swift/ios/Runner
James D. Lin f6c154c39c
Improve Swift usage in platform_channel_swift some more (#22318)
Improve Swift usage in platform_channel_swift some more

Make a bunch of changes that willlarche requested in
https://github.com/flutter/flutter/pull/21712:

* Use `static let` within `enum` namespaces for String constants.
* Use `guard` for early exits and to avoid forced unwrapping.
* Explicitly qualify a selector.
* Fix a retain cycle by using a weak reference.
2018-09-27 13:44:16 -07:00
..
Assets.xcassets/AppIcon.appiconset Add swift version of Platform Channel example (#9098) 2017-03-30 15:11:19 +02:00
Base.lproj Move platform_channel_swift example to latest template (#9786) 2017-05-03 17:02:43 -07:00
AppDelegate.swift Improve Swift usage in platform_channel_swift some more (#22318) 2018-09-27 13:44:16 -07:00
Info.plist Enable universal iOS binaries for examples (#17357) 2018-05-07 14:13:40 -07:00
Runner-Bridging-Header.h Add generated plugin registry (#10375) 2017-05-29 14:10:29 +02:00