Just pushed first useful(in my opinion) Objective-C component. It’s called MHAboutView and is a generic ‘about view’ for iOS apps.
Problem
Enable users to give feedback to app publisher.
It’s very important for a developer to stay in touch with customers:
- bug reports
- answering questions
- feature requests
are beneficial for both parties.
MHAboutView
Most iOS apps provide no means for a customer to communicate back to developer.
MHAboutView is a generic implementation of an ‘About view’ which can be easily integrated with an iOS app with little configuration
as its readme describes it lets users:
- to see what app version they’re running
- see recent changes in
Changelog
- give feedback with
Contact Us
- review app
- browse publisher’s apps
The idea is inspired by Amazon’s IMDB iOS app which does have ‘About View’. The code has been open open sourced from my Regularly.me iOS app I’ve been working recently on.
Go check MHAboutView out.