Skip to content

devikkim/CustomAlertLikeKaKaoBank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CustomAlertLikeKaKaoBank

This repository is custom alert view like Kakao bank.

(카카오뱅크의 Alert View를 모방한 커스텀 Alert View 입니다.)

To use, just make CustomAlertViewController's instance

(CustomAlertViewController 의 인스턴스를 만들어 사용하세요.)

let customAlert = CustomAlertViewController(
  title: "Custom Alert",
  message: "These alert have a button"
)

present(customAlert, animated: true, completion: nil)
  • demo.gif

Demo 

Comment

This repository's purpose is just study. So there is no license. Please use as you like.

(이 리포지토리는 공부를 목적으로 생성하였습니다. 따로 저작권은 없습니다. 마음껏 사용하세요.)

Author

devikkim@gmail.com

About

This repository is custom alert view like Kakao bank.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages