flutter/examples/platform_channel_swift/ios
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
..
Flutter Enable universal iOS binaries for examples (#17357) 2018-05-07 14:13:40 -07:00
Runner Improve Swift usage in platform_channel_swift some more (#22318) 2018-09-27 13:44:16 -07:00
Runner.xcodeproj Don't bundle Genereted.xcconfig as a resource (#19544) 2018-07-19 07:24:06 -07:00
Runner.xcworkspace Move platform_channel_swift example to latest template (#9786) 2017-05-03 17:02:43 -07:00