Skip to content

wadakc/PopCard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PopCard

easily you can use wordCard.

Carthage compatible

#sample Sample

Features

  • showing wordCard easily.

How to Use

initialize

 popCard = PopCard(
    word: "eat", text: "cause to deteriorate due to the action of water, air, or an acid",
    lang: "en"
 )

show Up Card

popCard.showView()

Hide Card

popCard.dawinView()

Protocol -when using PreserveButton, you can use this Protocol

public protocol popCardProtcol{
    func wordPreserve(_ word:String,text:String)
}

and set delegate.

popCard.delegate = self

Runtime Requirements

  • iOS 11.0 or later
  • Xcode 9.0 - Swift4

Installation and Setup

Installing with Carthage

Just add to your Cartfile:

github "kcwebapply/PopCard"

Contribution

Please file issues or submit pull requests for anything you’d like to see! We're waiting! :)

License

PopCard.swift is released under the MIT license. Go read the LICENSE file for more information.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Swift 94.1%
  • Objective-C 5.9%