Extensive Swift Enums Guide
Nov 16, 2020, 8:30 AM
Hi everyone,In this article, I’m gonna talk about Enums in Swift. At Plus Minus One we love using enums.Enums are mostly used as a basic type defining structure by most of the developers, but actually, they can be used in a very...
Hidden gems of UIStackView
Jan 2, 2020, 10:09 AM
Icons are taken from Vitaly Gorbachev’s icon set. https://www.flaticon.com/packs/gemsHello everyone,Before Auto Layout and before iPhone had only one device size, everything was defined by pixels. Because you have one device size and...
How Transfer an iOS App to Other Developer Account
Jul 24, 2019, 3:15 AM
App transfer is fairly simple process but it’s not well known since we rarely transfer our apps. You can not find enough tutorials about the process because once we are done with it probably we won’t ever need it again. 😄Dolap has been...
Hi Itay Dressler, I’m glad that you like it.
Feb 16, 2019, 2:21 PM
Hi Itay Dressler, I’m glad that you like it.In the post I didn’t dive into the reason and just said regarding some considerations. The most important reason was Swift does not have stable ABI (Application Binary Interface). Actually it’s a...
Hi Andrzej, thanks for the comment.
Jan 17, 2019, 5:40 PM
Hi Andrzej, thanks for the comment.I think I didn’t understand this question. We are already building with Carthage. Custom build scripts are needed to include all available architectures. Also I’m no good with Carthage, I prefer CocoaPods...
Gradient Bordered Label View on iOS
Dec 19, 2018, 3:21 AM
Hello everybody, in this post I will talk about a custom component we are using in Dolap.IBDesignable customizable, gradient bordered label view written in Swift.In Dolap, we have different types for our merchants. They can be designer,...
You’re welcome, I’m glad that it is solved.
Nov 15, 2018, 3:30 AM
You’re welcome, I’m glad that it is solved.
Hi Fabio Cingolani,
Nov 14, 2018, 1:52 AM
Hi Fabio Cingolani,I’ve not used xib files for my pods but as I remember you should define them in .podspec file also.intercom/intercom-iosThe link above shows the podspec file for Intercom iOS SDK. You can see how they get their resources...
Hi Doron Katz, thanks for the comment.
Nov 1, 2018, 5:21 PM
Hi Doron Katz, thanks for the comment.Yes, there is limit in Github for binary size but it 2 GB. You can see it in here https://help.github.com/articles/about-releases/So binary with a size 79 mb shouldn’t be an issue.
Since the User Developer is using CocoaPods or Carthage, he/she can see the version from Podfile or…
Oct 2, 2018, 3:13 AM
Since the User Developer is using CocoaPods or Carthage, he/she can see the version from Podfile or Cartfile. Release tags defines the versions.
Hi Tony Lin you’re welcome.
Sep 28, 2018, 3:00 AM
Hi Tony Lin you’re welcome.1- No it’s not compulsory but without different architectures you can not use simulators for testing. As far as I know there is no other way to achieve this.2- Tags are already handling versioning. Maybe i...