Questions tagged as 'xcode'

1
answer

Splash screen no ios

What's the easiest way to do a Splash Screen on ios? I always see different tutorials, and I can not. I just want to load an image for 3 seconds before entering my application     
asked by 27.09.2014 / 23:06
1
answer

Outlets in Xcode 6 (Universal Application)

I have a problem / doubts. Until today due to some needs I have developed only for iPhone or iPad separately, however today I am starting in the development of universal application, iPhone and iPad. I'm using Xcode 6 and developing directly...
asked by 03.02.2015 / 02:28
1
answer

XCode - array position value is not displayed

I have an array with 30 positions and in each position of the array I have several objects type: NumProcess, Name, Age, Sex, DateNation. I would like to display all these objects from each position in a single line using NSLog , but I do not...
asked by 16.06.2014 / 17:17
0
answers

Error: Failed to execute shell command "getprop, dev.bootcomplete"

Comrades, I'm having a problem while running "ionic cordova run android --target = name of my device". The emulator normally opens with the Nexus 5X API 26 but before fully starting the emulator it returns this error: // Error: Failed t...
asked by 23.11.2017 / 01:48
1
answer

Changing the Bundle Identifier of an app already published in the AppStore

I published an App in the App Store with the wrong Bundle Identifier, I ended up using the name (example) "myapp" while the correct one would be "with.myapp.myapp" corrected this in the new version but would like to know if I publish with the Ch...
asked by 18.08.2016 / 14:42
2
answers

Home screen on storyboard

I'm using Xcode to develop an app. In it I use storyboard for the screens. Suppose the screen structure is as follows: I have 5 sequential screens, which one takes to the next one, until it reaches the fifth (last) screen. My home s...
asked by 03.12.2015 / 14:25
1
answer

IOS - How to create a custom TableView cell?

I want to make a custom cell for my TableView. But she's presenting problems that I can not solve. It worked normally when I did with the default cell, but when I did custom it gave problem I was using this explanation to help: link I ma...
asked by 11.02.2016 / 18:40
2
answers

How to exclude TableViewCell being a Swift Dictionary

I'm trying to delete a TableViewCell using the swipe to delete style, but I can not delete the cells. The cells are being created by a dictionary that creates each one with the key as a title and value as details. func tableView(tableVi...
asked by 02.01.2015 / 19:03
2
answers

How to access a Cocoa Touch Framework module in the Swift Playground

I created a Cocoa Touch Framework module in Xcode 6.0.1 with Class implemented in Swift and I get it imported into my View Controller and use it normally. The problem is that I can not use the same code in the Playground created in the same pr...
asked by 05.10.2014 / 17:15
2
answers

Action after back background application

I have a webview on android that always checks if there is internet coming back from the background checking if the connection status has been changed in case the offline application is sent to a "reconnect and try again" screen using the code b...
asked by 31.10.2018 / 14:15