devikkim / CustomAlertLikeKaKaoBank

This repository is custom alert view like Kakao bank.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:Swift 100.0%