How can I add these left and right arrows to my toolbar?
I would like to layout a "photo" view in my app like the following:
Any idea where can I find these arrows in the bottom and how to add them the same way ?
Also any idea on开发者_开发问答 how to disable for example the left arrow when there's no previous item like in this picture:
Thx for helping,
Stephane
Use simple UIView with background color black and alpha 0,8. Insert two custom UIButton with arrow images. You could do that in IB or prorgammaticly. Icons for arrows could be found in many free icon kits. Google for "free toolbar icon iPhone".
精彩评论