tags:

views:

32

answers:

1

Hi,

In an iPhone application, I have some plain C functions. Is it possible to access UI elements (declared on viewcontroller) in these functions?

Thanks.

A: 

Paul, hopefully you will find this thread helpful: http://stackoverflow.com/questions/304885/unable-to-call-an-objective-c-method-from-a-c-function

davecom