开发者

Google app Style help View

So I want to recreate the translucent help overlay found in the google serach application on ios.

The circles glow and when touched bring up text and images describing the functionality of the object underneath.

I've found that I am able to recreate this by simply adding all of the shapes and text with imageViews and Labels, set them to hidden, and when the user presses help unhide them. But this adds a lot of extra objects to each view controller and I would like to make this overlay into its own view or view 开发者_Go百科controller for reusability.

How do you think I should go about this, or How do you think Google did it?

Thanks


I think Google also did it with UIImageViews for the circles and UILabels for the texts. You could put all the circles and texts into one UIView, so you only have to hide and show this view when the user taps on help.

So I think you are on the right track.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜