Farzad Sharbafian
Farzad Sharbafian
Project currently has code coverage around 70%... Following parts still needs tests to increase the code coverage above 95%... - [ ] Font - [ ] Localizations - [ ]...
We need the library to be accessible through SPM.
Lots of developers add two targets inside their projects, one for `Debug` and one for `Release`. I think it's a good idea to add support to select Debug target in...
I know this is really stupid, but some apps, do not support QueryParameters like they should, and only support QueryItems in custom order. (like Maps.Me) Any suggestions on how to...
I suggest making the project much more lightweight, it kinda sound weird to download a project at this size, and you see your browser is still downloading like 40MB! I...
This way, we can reposition center and customize it's radius or by passing nil, it will act as default.
Is there a way to support Apple's internal storyboard segue mechanism? I was thinking maybe using `swizzling` and temporary `associatedObject` this would be possible to use storyboard's segues... any ideas?