Daniel Ortiz

Results 4 issues of Daniel Ortiz

Ambiguous reference to member 'makeToast(message:)' this all candidates: func makeToast(message msg: String) { makeToast(message: msg, duration: HRToastDefaultDuration, position: HRToastPositionDefault as AnyObject) } func makeToast(message msg: String, duration: Double, position: AnyObject)...

Hi im working with swift3, but when I install library with header, show error: https://stackoverflow.com/questions/44975856/correct-import-on-bring-header-xcode Im my header: #import

Hi , when i recive responde of rest service , how I can validate http responde code of this recipe?

What are the reason for connect directly dont work with the device? i Try with bt = new BluetoothSPP(this); bt.setupService() ; bt.startService(BluetoothState.DEVICE_OTHER); bt.connect("F4:B8:5E:8C:BB:11"); Note: the device is not paried and...