Skip to content

Commit abcd698

Browse files
Update README.md
1 parent 11edeaf commit abcd698

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
ABReleaseNotesViewController
22
====
33

4-
`ABReleaseNotesViewController` is an easy-to-use, reasonably attractive way to display your application's release notes in-app. This project was inspired by [https://github.com/iGriever/TWSReleaseNotesView](TWSReleaseNotesView). I've used `TWSReleaseNotesView` in the past, and it was great, but it hasn't been updated in a few years.
4+
Since iOS 7, users have been opted in to automatic updates of their apps from the App Store. This is great for ensuring that our users are always on the latest versions of our products, but it means that it can be much more difficult to tell them about what's new and different in our updates. `ABReleaseNotesViewController` fixes that by displaying your app's release notes from the App Store inside your app on the first launch after an update.
5+
6+
`ABReleaseNotesViewController` is an easy-to-use, reasonably attractive way to display your application's release notes from the App Store inside your app. This project was inspired by [https://github.com/iGriever/TWSReleaseNotesView](TWSReleaseNotesView). I've used `TWSReleaseNotesView` in the past, and it was great, but it hasn't been updated in a few years.
57

68
![Animated GIF demonstrating the project](http://i.imgur.com/wgwhOY8.gif)
79

@@ -72,4 +74,4 @@ MIT License
7274
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
7375
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
7476
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
75-
SOFTWARE.
77+
SOFTWARE.

0 commit comments

Comments
 (0)