[IOS] ability to customize BarButton with custom views ?
See original GitHub issueis there a way to customize the BarButton
component to display customized views such as badges ?
I wanna do something similar to this github notification icon but with a counter & it doesn’t look possible
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:14 (10 by maintainers)
Top Results From Across the Web
iphone - Placing a custom view based UIBarButtonItem in the ...
I'm customizing left and right navigation bar buttons (I have given up on trying to set my own backButtonItem, so I'm just using...
Read more >UIBarButtonItem created with custo… | Apple Developer Forums
The issue is that the custom view is rendered at the top left of the screen (position 0,0) instead of in it's expected...
Read more >How to create a custom back button in iOS | eKreative
Creating a custom back button has always been a pain in iOS. The default back button unhelpfully ... leftBarButtonItem = UIBarButtonItem(customView: view).
Read more >How to add a bar button to a navigation bar - Hacking with Swift
Navigation bars are one of the most common user interface components in iOS, so being able to add buttons to them is something...
Read more >Swift 3: Twitter - Custom Navigation Bar (Ep 7) - YouTube
Let's go ahead and build out our custom navigation bar that includes all the various ... 95K views 5 years ago Swift 3:...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@cloudrco Good idea, please raise a separate issue so we can carry on the discussion
for Example what if I wanna display an SVG icon or a vector Icon, from
react-native-vector-icon
for example ?