How do you make a UIBarButtonItem like the one Facebook uses for their Navigation? I’ve tried to search and create an image, but I just can’t get it to look right. Here’s an example of the button I’m trying to make: Change the width of an UIBarButtonItem and What's the best way to develop a sideswipe menu like the one in Facebook's new iOS app?
Any help appreciated and thanks in advance.
You can create an image that just has the three lines – or rectangles. It should be pretty simple to design. You could even do it in Preview.
UIBarButtonItemjust uses the alpha channel.Then
inityourUIBarButtonItemwith custom image and it should look like that.