Skip to content
This repository was archived by the owner on Jun 11, 2022. It is now read-only.
This repository was archived by the owner on Jun 11, 2022. It is now read-only.

Unable to add New Tag #19

Description

@sunkumar

Hi,

I was try to add new tag in tagCollection, but it would not add for me.

var toTagCollection = TKCollectionView()

add(toTagCollection, toView: toEmailContainerView!)
toTagCollection.delegate = self
toTagCollection.action = .removeTag

func textFieldShouldReturn(_ textField: UITextField) -> Bool {

       toTagCollection.addNewTag(named: textField.text)

    return true
}

Any things, I am missing here!

Metadata

Metadata

Assignees

No one assigned

    Labels

    gather infoIssue that needs info to be gathered before a decision is made

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions