Nico
Nico
I want to show the swipe button on some of my table view cell. To do that, in the data source method ``` func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath)...
Hi, first thanks for this great library but I have a problem which actually seems well known with NSNumber. When I evaluate a simple string through evaluateString like "1.2*6", the...
I have my TagListView embedded within a UITableViewCell. The text it contains is quite long and as a result, the tag continues outside the screen. Is there a way to...
On the demo project, add `self.tableView.rowHeight = UITableViewAutomaticDimension;` `self.tableView.estimatedRowHeight = 44.0;` in viewDidLoad of `FirstTableViewController` and run the project. Go to the tabBarItem `first` and then scroll to the bottom...
Hi there, Just noticed that when I have my markdown with a line starting with `- 1.` for example, I get something like `\n\u{1A}H4799450060434809108H` when I transform it using your...
UIView.animateWithDuration(0.5, animations: { subview.hidden = false }, completion: { finished in // never called when changing hidden property of a subview of TZStackView })
Hi Pawel and thanks for your tutorial. However there is something I would be keen to have more explanation on. The method `func videoBox(frameSize: CGSize, apertureSize: CGSize) -> CGRect`. Would...