Skip to content

🔦 RRTagController allows user to select tag and create new one.

License

Notifications You must be signed in to change notification settings

alexruperez/RRTagController

 
 

Repository files navigation



Allows the user to make a choice among predefined tags. It should also be the opportunity to create new ones. It can cancel or, validate if at least one choice was made. RRTagController is a subClass of an UIViewController. It's very easy to customize.



Usage

Only one line of code enough to use it :

let tag = ["Albanie", "Allemagne", "Andorre", "Autriche-Hongrie", "Belgique", "Bulgarie", "Danemark", "Espagne", "France", "Grèce", "Italie", "Liechtenstein", "Luxembourg", "Monaco", "Monténégro", "Norvège", "Pays-Bas", "Portugal", "Roumanie", "Royaume-Uni", "Russie", "Saint-Marin", "Serbie", "Suède", "Suisse"]

RRTagController.displayTagController(self, tag, blockFinish: { (selectedTags, unSelectedTags) in

}) {

}