Results 3 issues of ioviov

Author, please, add information to README, see the link below https://developer.apple.com/forums/thread/659563 This answer helps me

My Gradle ``` android { compileSdkVersion 28 defaultConfig { applicationId "com.simplekana" minSdkVersion 16 targetSdkVersion 28 versionCode 7 versionName "2.3" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'),...

Hi! Thanks for awesome SDK! I have issue on iOS 9,10 I call `self.view.makeToast("birthday_on_week")` and saw: If I call `self.view.window?.makeToast("birthday_on_week")` it isn't beautiful: On iOS 12 I call `self.view.makeToast("birthday_on_week")` and...