objective c

  1. walterf25

    iOS Question Library creation issue

    Hi all, it's been a very long time I haven't done anything with B4i, I recently just renewed my license for both B4i and Apple developer, I decided to continue working on a library I had started working on a while back, I have set everything up, the library files have compiled just fine without...
  2. M

    iOS Question Get an UIview height (or convert from Objective C)

    Hi, i made a post before about the centering of a switch. i noticed that the switch is positioned in the top left corner of his hitbox. I need to center it. So the only way, i think, is to make the hitbox height (and width) equal to the effective height (and width) of the ios switch. There is...
  3. M

    iOS Question [SOLVED] TouchID / FaceID Objective C error

    Hi, i'm trying to change this objective C code: #If OBJC #import <LocalAuthentication/LocalAuthentication.h> -(void)TouchID :(NSObject*)handler :(NSString*)subnameok :(NSString*)subnamefail :(NSString*)reason { LAContext *myContext = [[LAContext alloc] init]; NSError *authError = nil; NSString...
  4. miguelconde

    iOS Question Where is the objective c code that represents my developement?

    Hello, im not an ios developer and i have some troubles trying to export my b4i proyect to xcode. When i try to open the objective c code that is hosted in Object/src/B4iProyect in Xcode (i need to do this in order to respond to a request of the client) i got a message that says that there are...
Top