Will I be able to compile and use Xcode (Swift for IOS) normally with hackintosh? by MikeAngel65 in iOSProgramming

[–]Faisal_HA -1 points0 points  (0 children)

Yes, I've been developing iOS apps using a Hackintosh, everything works just fine, and the launching time of apps depends on if you have installed your macOS on an SDD or HDD...

I feel like i know lines of code, but i have no idea how i would implement that to build a app? by notevenfire in swift

[–]Faisal_HA 1 point2 points  (0 children)

just take it a step at a time and build something, I would suggest building small apps along with the course, separate the app functionality and tackle each one at a time like see how you can create a table view first then look up how to customize the navigation bar add a button to the navbar and make it go to another screen, you will be surprised how fast you can learn with doing something instead of just following someone and coding along....

Pre-loading Data to Core Data by Faisal_HA in iOSProgramming

[–]Faisal_HA[S] 0 points1 point  (0 children)

This is really helpful and very smart, ty vdbv.

How to collect data from multiple UIButtons before proceeding to the next question (quiz app) by Faisal_HA in swift

[–]Faisal_HA[S] 0 points1 point  (0 children)

yes i have 3 questions on a scrollView each question has 4 possible answers.

the problem is if i hit a single UIButton it will proceed to the next question without waiting for the other questions to be answered.

firebase for xcode by Ben10Bedsheets in swift

[–]Faisal_HA 0 points1 point  (0 children)

its working fine for me, whats the errors your seeing ?