Looking for an alternative to App Center? Permalink
Published in LinkedIn, 2025
Revopush is worth checking out — a modern, powerful, and incredibly easy-to-use solution for
mobile build distribution. 🚀
Published in LinkedIn, 2025
Revopush is worth checking out — a modern, powerful, and incredibly easy-to-use solution for
mobile build distribution. 🚀
Published in Medium, 2021
Since Swift 2,String
does no longer conform to SequenceType
.In other words, you can not iterate
through a string with a for...in
loop. In this article I tried to set an easy way, and put down my
workaround to solve this problem.
Published in Nerd For Tech, 2020
When you’re asked to build Slide Out, the first thing that you think is to bridge SWRevealViewController
in your project, but hold on. Have you ever thought how to build Slide Out Menu from scratch before?
In this article we’ll learn how to build Slide-Out to use it in your app, so Let’s dive into the code.