Samback / MBRateApp

A groovy app rate stars screen for iOS written in Swift:large_orange_diamond:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MBRateApp

[![CI Status](http://img.shields.io/travis/Mati Bot/MBRateApp.svg?style=flat)](https://travis-ci.org/Mati Bot/MBRateApp) Version License Platform

Usage

To run the example project, clone the repo, and run pod install from the Example directory first.

Customization

var rateUsInfo = MBRateUsInfo() //get the default settings
        
//override any attribute
rateUsInfo.title = "Enjoying The League?"
rateUsInfo.titleImage = UIImage(named: "icon")
rateUsInfo.itunesId = "893653132"
        
//set the value in the shared instance
MBRateUs.sharedInstance.rateUsInfo = rateUsInfo

Presentation

MBRateUs.sharedInstance.showRateUs(self
        , positiveBlock: { () -> Void in
        //code to run when the user chose more than 3 stars and chose to rate in the app store
        }, negativeBlock: { () -> Void in
        //code to run when the user chose less than 4 stars and chose to send feedback
        }) { () -> Void in
        //code to run when the user dismissed that screen without choosing anything
}

Requirements

Installation

MBRateApp is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "MBRateApp"

Author

Mati Bot, matibot@gmail.com, @b0tnik

License

MBRateApp is available under the MIT license. See the LICENSE file for more info.

About

A groovy app rate stars screen for iOS written in Swift:large_orange_diamond:

License:MIT License


Languages

Language:Shell 50.1%Language:Swift 39.8%Language:Ruby 6.9%Language:Objective-C 3.1%