File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22
33 s . name = "SPAlert"
4- s . version = "2.1.1 "
4+ s . version = "2.1.2 "
55 s . summary = "Native alert from Apple Music & Feedback. Contains Done, Heart & Message and other presets."
66 s . homepage = "https://github.com/IvanVorobei/SPAlert"
77 s . source = { :git => "https://github.com/IvanVorobei/SPAlert.git" , :tag => s . version }
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ public enum SPAlert {
3131
3232 - parameter title: Main text in alert.
3333 - parameter message: Subtitle in alert. Optional.
34- - parameter preset: Default configure layout and icons.
34+ - parameter preset: Сonfigureв preset with layout and icons.
3535 */
3636 public static func present( title: String , message: String ? = nil , preset: SPAlertPreset ) {
3737 let alertView = SPAlertView ( title: title, message: message, preset: preset)
@@ -43,7 +43,7 @@ public enum SPAlert {
4343
4444 - parameter title: Main text in alert.
4545 - parameter message: Subtitle in alert. Optional.
46- - parameter image: Custom `UIImage` for alert.
46+ - parameter image: Custom `UIImage` for alert. No need recize it before.
4747 */
4848 public static func present( title: String , message: String ? = nil , image: UIImage ) {
4949 let alertView = SPAlertView ( title: title, message: message, image: image)
You can’t perform that action at this time.
0 commit comments