UIViewController
extension UIViewController
extension UIViewController: MFMailComposeViewControllerDelegate
-
Declaration
Swift
typealias AlertAction = ( title: String, style: UIAlertAction.Style, handler: (() -> Void)? )
-
Declaration
Swift
func showAlert( title: String?, message: String?, preferredStyle: UIAlertController.Style = .alert, actions: [AlertAction] = [("확인", .default, nil)] )
-
Declaration
Swift
func showActionSheet( title: String?, message: String?, actions: [AlertAction] )
-
Declaration
Swift
func showDeniedLocationAlert()
-
Declaration
Swift
func showShareAlert(with activityItems: [String])
-
Declaration
Swift
func showSimpleToast( with title: String, position: ToastPosition = .bottom )
-
Declaration
Swift
func showWebView(with url: URL)
-
Declaration
Swift
func showMailView()
-
Declaration
Swift
func setupBack(_ animatied: Bool = false)
-
Declaration
Swift
func applyGradientToView( colors: [UIColor], locations: [NSNumber]? = nil, startPoint: CGPoint = CGPoint(x: 0.5, y: 0.0), endPoint: CGPoint = CGPoint(x: 0.5, y: 1.0), transform: CATransform3D? = nil )
-
Declaration
Swift
func applyGradientToLoginView()
-
Declaration
Swift
public func mailComposeController( _ controller: MFMailComposeViewController, didFinishWith result: MFMailComposeResult, error: Error? )