目录
目录README.md

Setup

xode -> file -> add packages -> https://github.com/BurakAltunoluk/Cici.git -> Cici -> Add Package

import Cici //add
class Viewcontroller: UIViewController {
    let cici = Cici() //add 
    
 override func viewDidLoad() {
     super.viewDidLoad()
     cici.view = view //add
     } 
 }

Ready to use…

Example

    func alertMenu() {
        
        cici.horizontalMargins = 30.0
        cici.showAlert(messageText: "HelloWorld", buttonTitle: "Ok")
        
    }

Features

        cici.backroundImage.image = UIImage(named: "imageName")   //to change backround image
        cici.buttonBackroundColor = . red                         //to change button backround color
        cici.mesaggeTextColor = .white                            //to change mesagge text color
        cici.backgroundColor = .orange                            //to change backround color
        cici.buttonWidth = 120.0                                  //button width
        cici.heightExtra = -40.0                                  //to change message box height bigger or smaller
        cici.horizontalMargins = 30.0                             //to change message box left/right blank
        cici.showAlert(messageText: "HelloWorld", buttonTitle: "Ok") //Show Alert box
关于
110.0 KB
邀请码
    Gitlink(确实开源)
  • 加入我们
  • 官网邮箱:gitlink@ccf.org.cn
  • QQ群
  • QQ群
  • 公众号
  • 公众号

©Copyright 2023 CCF 开源发展委员会
Powered by Trustie& IntelliDE 京ICP备13000930号