Isuru Nanayakkara
Isuru Nanayakkara
This one seems to be regular updated. But it's all in Chinese. [https://github.com/wwmz/WMZTreeView](https://github.com/wwmz/WMZTreeView)
This fork works well for Swift. https://github.com/Alak/ColorSense-for-Xcode
+1. I agree. A flat style is better looking for newer apps. Or better yet, expose more of the properties so we could style it ourselves?
> Like for a UITableView, there is a function to reload the pager. > Just call `reloadPagerTabStripView()` after you received your data from your server and initialized your UIViewController in...
@charlieforward9 Unfortunately no. I was doing this as a learning exercise so I didn't pursue further after hitting this roadblock. Sorry.
In my case, I'm using [fvm](https://fvm.app/) and previously I had added this in the .zshrc file. ``` export PATH=$PATH:"/Users/isuru/fvm/default/bin" ``` Since the upgrade to 3.7.0, I've been getting a similar...
I'm having a similar problem. I have a 2 workflows. One for prod builds and one for QA builds. I’m trying to setup a proper triggering ruleset to start builds....
I faced the same issue. I'm fetching some items from an API call so at the time of the initial launch, the item count is 0. So it crashes with...
I don't exactly remember. But try this. I think I added the below code snippet to the viewDidAppear of the UITableViewController you're using as the back controller. ``` - (void)viewDidAppear:(BOOL)animated...