flutter/examples/platform_view/ios/Runner.xcodeproj
Roger 609d30fe58
bind missing add icon in platform_view example (#132028)
In the `examples/platform_view` example, which demonstrates
transitioning from a Flutter view to a general iOS UIView and back, as
well as using channels to communicate between the two, the Flutter view
renders correctly, but in the iOS UIView, the FAB equivalent button in
the lower-right corner is rendered without the '+' icon. This is because
no binding as declared for the add icon in the storyboard. This adds the
missing binding.

Further, this eliminates the use of the deprecated
[UIButtonTypeRoundedRect](https://developer.apple.com/documentation/uikit/uibuttontype/uibuttontyperoundedrect?language=objc),
falling back to the default instead.

---------

Co-authored-by: Chris Bracken <chris@bracken.jp>
2024-02-27 11:19:52 -08:00
..
project.xcworkspace Build iOS apps using Swift Packages (#73508) 2021-01-07 15:59:09 -08:00
xcshareddata/xcschemes bind missing add icon in platform_view example (#132028) 2024-02-27 11:19:52 -08:00
project.pbxproj bind missing add icon in platform_view example (#132028) 2024-02-27 11:19:52 -08:00