You probably only need to write a small part in Obj-C that directly relates to iOS (creating a gl surface, input, etc.). Rest should work fine. You just need to make sure that you will only use the subset of OpenGL that is in OpenGL ES.
rgngl source
share