Skip to content

KenanAtmaca/KInfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

KInfo

Create Basic İOS Tip View

  • Basic Example
import UIKit

class testVC: UIViewController {

    var infoV:KInfo!
    
    override func viewDidLoad() {
        super.viewDidLoad()
 
        infoV = KInfo(text: "Hello!", to: self.view)
        infoV.setup()
        infoV.show(to: CGPoint(x: 150, y: 150))

    }
    
    override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent?) {
     
        infoV.dismiss(time: 1)
        
    }
}

About

Create Basic İOS Tip View

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages