Adding contextual help in the ios app

What is the best approach to developing contextual help in an iOS (iPhone) app?

Should I use masking UIView

with everyone images and the buttons

and their gesture recognizers?

Are there any Apple guidelines or documentation for developing Contextual Help in iOS apps? (PS I haven't found!)

+3


source to share


1 answer


Have a look at this library https://github.com/ruipfcosta/SwiftyWalkthrough . I think this might be helpful for your needs.



0


source







All Articles