Posts by Elias Moreira • 21 points
3 posts
-
0
votes1
answer98
viewsA: Bluetooth communication between an iPad and a PIN-PAD using Objective-C
I understand, this framework it makes communication between devices via (Wifi, Bluetooth) sends data and receives data but would have to check what kind of communication and how to receive and send.…
-
2
votes2
answers185
viewsA: IOS - How to program the navigation between Viewcontroller direct in viewDidLoad?
Hello, in this case it will be necessary to carry out this process in Appdelegate Example This: - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary…
-
0
votes2
answers112
viewsA: How to put video inside a view
I’m using it this way in Obj-C. #pragma mark - Implementação do Video de Informativo. // EM - Implementação da View com o Video anunciado. - (void) informationLoadMovieChanged { NSString *filePath =…