![]() |
|
Codeschool account - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: General (https://sinister.ly/Forum-General) +--- Forum: The Lounge (https://sinister.ly/Forum-The-Lounge) +--- Thread: Codeschool account (/Thread-Codeschool-account) |
Codeschool account - Crypt - 06-19-2015 Does anyone by any chance have a paid codeschool account that they no longer use? I want to get into iOS development, but I don't want to pay the price for every course when I'll only be taking one of them. I'd be willing to pay small amounts of money monthly if needed. RE: Codeschool account - phyrrus9 - 06-21-2015 Depending on the type of iOS development you wanted to get into I could teach you myself. Were we talking mainstream apps with Apple widgets or creating your own from the ground up or low level? RE: Codeschool account - Crypt - 06-21-2015 (06-21-2015, 12:03 AM)phyrrus9 Wrote: Depending on the type of iOS development you wanted to get into I could teach you myself. Were we talking mainstream apps with Apple widgets or creating your own from the ground up or low level? Ground up, I'd like to be able to make simple addicting games. Take flappy bird for example. RE: Codeschool account - phyrrus9 - 06-21-2015 (06-21-2015, 12:58 AM)nothing.nobody Wrote: Ground up, I'd like to be able to make simple addicting games. Take flappy bird for example. I am pretty sure flappybird was OpenGL, maybe SpriteKit. For the most part, iOS development is just C. The GUI has to have Objective-C wrappers but you can write the whole app in C. RE: Codeschool account - Inori - 06-21-2015 (06-21-2015, 01:30 AM)phyrrus9 Wrote: I am pretty sure flappybird was OpenGL, maybe SpriteKit. For the most part, iOS development is just C. The GUI has to have Objective-C wrappers but you can write the whole app in C. Isn't it Swift now? RE: Codeschool account - phyrrus9 - 06-21-2015 (06-21-2015, 01:36 AM)Chitoge Wrote: Isn't it Swift now? Swift compiles to Objective-C compatible code. Your choice of Swift or Obj-C is irrelevant. Plus Swift only works on ios8+ RE: Codeschool account - Inori - 06-21-2015 (06-21-2015, 01:46 AM)phyrrus9 Wrote: Swift compiles to Objective-C compatible code. Your choice of Swift or Obj-C is irrelevant. Plus Swift only works on ios8+ Ah, ok. That explains why nothing worked on my old iTouch (which is now dead and gone. RIP, it was a good 6 years) |