diff --git a/Example App/SPAlert.xcodeproj/project.xcworkspace/xcuserdata/ivanvorobei.xcuserdatad/UserInterfaceState.xcuserstate b/Example App/SPAlert.xcodeproj/project.xcworkspace/xcuserdata/ivanvorobei.xcuserdatad/UserInterfaceState.xcuserstate index 3bbc50f..d5bb516 100644 Binary files a/Example App/SPAlert.xcodeproj/project.xcworkspace/xcuserdata/ivanvorobei.xcuserdatad/UserInterfaceState.xcuserstate and b/Example App/SPAlert.xcodeproj/project.xcworkspace/xcuserdata/ivanvorobei.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/Sources/SPAlert/Models/SPAlertLayout.swift b/Sources/SPAlert/Models/SPAlertLayout.swift index a6a9c2b..efef812 100644 --- a/Sources/SPAlert/Models/SPAlertLayout.swift +++ b/Sources/SPAlert/Models/SPAlertLayout.swift @@ -22,7 +22,7 @@ import UIKit /** - SPAlert: Layout model for alert view. + SPAlert: Layout model for view. */ open class SPAlertLayout { diff --git a/Sources/SPAlert/SPAlertIconPreset.swift b/Sources/SPAlert/SPAlertIconPreset.swift index cd3705f..a0a2135 100644 --- a/Sources/SPAlert/SPAlertIconPreset.swift +++ b/Sources/SPAlert/SPAlertIconPreset.swift @@ -22,7 +22,7 @@ import UIKit /** - Represent icon wrapper. + SPAlert: Represent icon wrapper. Included default styles and can be custom image. */ public enum SPAlertIconPreset {