Anjan Biswas
Anjan Biswas
yes realizing that, I ultimately ended up writing my own String extension, but it's a little more elaborate than `replacingOccurrences(of:with:)`. However though, the `Swifter` json is giving me strange errors...
As you may recall from this conversation --> #152 that I am trying to get the `Decodable` protocol to work with swifter. I have been able to make it work...
Empty DataSet for TableView sections would be super helpful.... the problem is the tableview doesn't know how many sections there are until you tell it through the `numberOfSections` delegate, which...
@yuntuowang care to share some more details on how to "block" users from registering to the user pool. I have read the documentation link you have provided multiple times and...
Just add @objc in front of all the #selector methods and the errors will go away.
@titopalito did you try it on a device? I have seen this behavior in simulator, but it's a LOT LESS or non existent in a real device.
I am facing the exact same issue. I have a UITableViewCell nib with `TagListView` in it which is inside a Stack view and the stack view is pinned 8 pts...
@hegedus90 I've found a rather hackish way of solving the problem, but I will give this one a try. It also looks like if used in a tableview cell then...
Both `Transition` and `TransitionablePortal` support modals as far as I have seen. I use both in my production app.
@Martinnord here you go - https://codesandbox.io/s/zx93o93w3x . The benefit to using `TransitionablePortal` is to get the hooks that are available for `Portal` since it looks like `TransitionablePortal` is just a...