Questions tagged as 'xcode'

2
answers

How to create automatic line wrap with UILabel

I'm creating an app for posting catholic content, but I'm having a problem, I have a UIViewController with a title, an image of the post and below the image of the content, depending on whether the user posts a very extensive containing a...
asked by 27.06.2016 / 16:31
1
answer

Which language corresponds to "Foundation"? [closed]

I've asked this question before, but it was not clear enough, so I'll explain again. I'm learning Objective-C with a book. However, this book is old, and in it, the author of the book uses version 4.3 of Xcode. Right from the start, it teache...
asked by 08.12.2015 / 18:57
4
answers

How to work and switch multiple View Controllers via code?

Without using a button to switch between views, everything happens via code. I already have the part that validates the credentials of the user, but when they are correct I do not know how to display the second View that contains a UIWebVi...
asked by 16.12.2015 / 02:48
2
answers

How to test an application without registration?

I am a registered Apple developer (but not paid), how can I test my application on my iPhone? It gives an error when I ask to open it on the iPhone. I'm trying on iOS 9 with Xcode 7. When I tried it it gave problem, now the iphone says I can not...
asked by 18.09.2015 / 14:32
1
answer

iOS 7 - Editable TabelView

I'm trying to create a TableView with the same actions (Add / Edit / Delete rows) as the native app (Phone) as below, but I'm not getting it. Iwouldliketocreateafield"(+) add item" (which inserts a new line) and then a form with fields where,...
asked by 07.07.2014 / 05:50
1
answer

Allow interactivity in UIScroolView and prevent interaction with content inside it as it scrolls

Is there any way to prevent user interaction with content within a UIScrollView? I have a the ScrollView contains UIViews inside it. In these UIviews contains only one object, UIImage. UIScroolView || \ / \/ ----------------------------...
asked by 09.09.2016 / 04:27
2
answers

Map showing place of search swift

Well, I'd like to know how I can get my map to show the place I've been looking for and center the view at this point. I was able to do with the current location as follows: self.mapDisplay.setUserTrackingMode(MKUserTrackingMode.Follow, animat...
asked by 17.01.2015 / 02:38
1
answer

MKMapView circular swift

I wonder if you can leave MKMapView in Xcode in a circular format. I tried to use mapView.layer.cornerRadius, but I still could not do it     
asked by 18.01.2015 / 22:54
1
answer

Is it possible to convert an xcarchive to xcodeworkspace?

My project xcode was unexpectedly removed after a month, because of a beast error, and unfortunately I do not have a backup. All I have is a myprojectname.xcarchive file, is it possible to somehow decompile and extract some class...
asked by 27.06.2018 / 14:46
1
answer

How do I enable my iPhone to use xCode testing?

I need to use my smartphone to test an APP, but I do not know how to enable it on xCode. - I already have a developer account; - I already registered it as a device in - link How can I use it in xCode? -xCode 7.3.1 -iPhone6s...
asked by 04.11.2016 / 17:54