Skip to main content

Questions tagged [objective-c]

Objective-C is a general-purpose, high-level, object-oriented programming language. It's mainly used for game development on Apple iOS and Mac OS devices, however it's not limitied to this platforms.

0 votes
0 answers
159 views

What I really need is the x,y of the object when it is outside of the screen: I'm actually coding a UI in Objective-C, not a game. In this different kind of UI you navigate a 3D space with objects. ...
Vulkan's user avatar
  • 101
1 vote
1 answer
571 views

As a newbie to iOS programming, I'm wondering which of these would be more conducive to the type of game I want to program. I've been tasked to program an iOS game for my company. They asked me to do ...
panzerblitzer's user avatar
1 vote
0 answers
47 views

Disclaimer: I'm not well versed in Game Dev best practices so this may be a trivial question. I'm developing an iPhone game in which I have to store a user profile containing such information as ...
pasawaya's user avatar
  • 261
2 votes
1 answer
288 views

I am trying to make simple game, but I have a problem. The node is too small. On iPhones with smaller screen size, the finger can't move it. On iPad and on simulator, however, the node can be moved ...
artG's user avatar
  • 21
3 votes
3 answers
2k views

I'm a fellow game programmer who's done many game engines in Game Maker 8.1, Visual Studio XNA and MonoGame with C#, and one in Java Android with Eclipse. I'm very used to C# and love it plus the VS ...
DrZ214's user avatar
  • 348
1 vote
0 answers
85 views

I have an SKSpriteNode that I'm trying to throw up to a certain point on the screen. I've tried applying an impulse and/or force according to the screen size, but that has strange results. I've also ...
Christian Kreiter's user avatar
2 votes
0 answers
69 views

Here's where I'm at. Here's where I want to be Here's how it's drawn ...
Daniel's user avatar
  • 21
1 vote
1 answer
213 views

I am writing a game with Objective C ( xcode ) and I need to use the users location service to mark their position on a map but since I need to create my own map component, I am not able to use the ...
Rassam's user avatar
  • 58

15 30 50 per page
1
2 3 4 5
12