Transport security has blocked a cleartext HTTP (http://) resource load since it is insecure. Temporary exceptions can be configured via your app's Info.plist file.
Here are the settings visually:
po variableName
print variableName
print [myData objectAtIndex:indexPath.row]
po [myData objectAtIndex:indexPath.row]
Xcode
>Preferences
>Key Bindings
and search for 'step
'. There you can define your shortcuts for each action.File
-> Settings
-> Editor
-> General
-> Auto Import
-> Java
and make the following changes:Insert imports on paste
value to All
Add unambigious imports on the fly
option as checkedAndroid Studio
-> Preferences