You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param vc The view controller the alert view will be displayed in.
260
267
* @param title The text displayed on the button.
261
268
* @param subTitle The subtitle text of the alert view.
262
269
* @param closeButtonTitle The text for the close button.
263
270
* @param duration The amount of time the alert will remain on screen until it is automatically dismissed. If automatic dismissal is not desired, set to 0.
* @param vc The view controller the alert view will be displayed in.
269
277
* @param title The text displayed on the button.
270
278
* @param subTitle The subtitle text of the alert view.
271
279
* @param closeButtonTitle The text for the close button.
272
280
* @param duration The amount of time the alert will remain on screen until it is automatically dismissed. If automatic dismissal is not desired, set to 0.
* @param vc The view controller the alert view will be displayed in.
278
287
* @param title The text displayed on the button.
279
288
* @param subTitle The subtitle text of the alert view.
280
289
* @param closeButtonTitle The text for the close button.
281
290
* @param duration The amount of time the alert will remain on screen until it is automatically dismissed. If automatic dismissal is not desired, set to 0.
* @param vc The view controller the alert view will be displayed in.
287
297
* @param title The text displayed on the button.
288
298
* @param subTitle The subtitle text of the alert view.
289
299
* @param closeButtonTitle The text for the close button.
290
300
* @param duration The amount of time the alert will remain on screen until it is automatically dismissed. If automatic dismissal is not desired, set to 0.
* @param vc The view controller the alert view will be displayed in.
296
307
* @param title The text displayed on the button.
297
308
* @param subTitle The subtitle text of the alert view.
298
309
* @param closeButtonTitle The text for the close button.
299
310
* @param duration The amount of time the alert will remain on screen until it is automatically dismissed. If automatic dismissal is not desired, set to 0.
* @param vc The view controller the alert view will be displayed in.
305
317
* @param title The text displayed on the button.
306
318
* @param subTitle The subtitle text of the alert view.
307
319
* @param closeButtonTitle The text for the close button.
308
320
* @param duration The amount of time the alert will remain on screen until it is automatically dismissed. If automatic dismissal is not desired, set to 0.
/** Show Title SCLAlertView using a predefined type
313
325
*
326
+
* @param vc The view controller the alert view will be displayed in.
314
327
* @param title The text displayed on the button.
315
328
* @param subTitle The subtitle text of the alert view.
316
329
* @param style One of predefined SCLAlertView styles.
317
330
* @param closeButtonTitle The text for the close button.
318
331
* @param duration The amount of time the alert will remain on screen until it is automatically dismissed. If automatic dismissal is not desired, set to 0.
/** Shows a custom SCLAlertView without using a predefined type, allowing for a custom image and color to be specified.
323
336
*
337
+
* @param vc The view controller the alert view will be displayed in.
324
338
* @param image A UIImage object to be used as the icon for the alert view.
325
339
* @param color A UIColor object to be used to tint the background of the icon circle and the buttons.
326
340
* @param title The title text of the alert view.
327
341
* @param subTitle The subtitle text of the alert view.
328
342
* @param closeButtonTitle The text for the close button.
329
343
* @param duration The amount of time the alert will remain on screen until it is automatically dismissed. If automatic dismissal is not desired, set to 0.
/** Show Waiting SCLAlertView with UIActityIndicator.
334
348
*
349
+
* @param vc The view controller the alert view will be displayed in.
335
350
* @param title The text displayed on the button.
336
351
* @param subTitle The subtitle text of the alert view.
337
352
* @param closeButtonTitle The text for the close button.
338
353
* @param duration The amount of time the alert will remain on screen until it is automatically dismissed. If automatic dismissal is not desired, set to 0.
0 commit comments