Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Submit feedback
  • Sign in
F
Front-End
  • Project
    • Project
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • abdullh.alsoleman
  • Front-End
  • Repository

Switch branch/tag
  • front-end
  • examples
  • platform_view
  • ios
  • Runner.xcodeproj
  • project.pbxproj
Find file
BlameHistoryPermalink
  • Roger's avatar
    bind missing add icon in platform_view example (#132028) · 609d30fe
    Roger authored Feb 27, 2024
    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: 's avatarChris Bracken <chris@bracken.jp>
    609d30fe
project.pbxproj 25.7 KB
EditWeb IDE

Replace project.pbxproj

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.

HIAST - GitLab