eleven_huang
eleven_huang

Reputation: 87

Drawing special border in ios

I want to know how to draw special border in ios, like the twitter app in iphone.see the arrow-shaped sign The border has a special allow mark which point to the actived camera icon. how?

Thanks!

Upvotes: 0

Views: 316

Answers (1)

Jakob Halskov
Jakob Halskov

Reputation: 438

I would create this using a png-image (UIImageView) which is positioned accordingly to the selected item.

Upvotes: 1

Related Questions