Questions tagged as 'iphone'

2
answers

Send message Whatsapp by link on site

I'd like to know how to send a message by link to a certain number. I've already been able to do it for Android , but for iPhone it does not work. Link: <a href="intent://send/123456789#Intent;scheme=smsto;package=com.whatsa...
asked by 07.07.2015 / 14:54
3
answers

Rotation on certain screens

How do I set only a UIViewController to be enabled in rotation? The scenario is as follows:    I have 5 screens, and in all of them I should only enable the mode   portrait. But I have a sixth screen, and it must be enabled   the la...
asked by 16.12.2014 / 17:27
1
answer

Develop for iPhone when you are an Android developer

Developing for Android, now I want to start developing for iPhone, my doubts are as follows. I use Linux, researching on the internet concludes that Apple only provides the tools for Mac. And to program in the Linux and Windows environment...
asked by 23.10.2014 / 13:26
2
answers

Apple compelling to develop app for iPhone and obligatorily for iPad, is that right?

Yesterday I submitted an app that is only made for iPhone, not for iPad, as per the client's request, however my app was rejected because it does not run properly on an iPad. Reason for Rejection:    Reasons       2.10: iPhone Apps must a...
asked by 10.10.2014 / 22:09
1
answer

How to distribute iOS apps outside the AppStore

I would like to know how the iOS distribution process works outside the AppStore. I would like to carry out the process as "AppNana", in which when you enter their website (www.appnana.com) through an iDevice, you are asked to install the applic...
asked by 12.02.2015 / 01:44
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
2
answers

How to make UITextField keep track of keyboard level when typing

I have a problem, I created an app that has a form where it has 6 UITextField , but I have a problem when running the app on an iphone4 the keyboard overlays some UITextField and I can not see the text I'm typing in, I've placed a UIScrollVi...
asked by 27.08.2015 / 15:29
1
answer

input search on iphone

I have the following marking: <form class="area-search" action=""> <input name="search" type="search" placeholder="O QUE ESTA PROCURANDO?"> <button>Buscar</button> </form> In iphone / ipad i...
asked by 12.08.2014 / 16:33
2
answers

Show different screens dynamically using UITableView

Good people, I'll explain what I need to do.  I need to create a table, where each line played, will have to display a screen (Actually, a standard skeleton) and fill this new screen with the data relating to it. And let's dynamically, becaus...
asked by 08.09.2014 / 03:39
1
answer

I can not catch error using Try-Catch in Swift

I am making an app , which is giving me a certain error at some point, but it is only occurring on certain devices. I'm trying to catch this error with do/catch , but I'm not able to capture it. The code looks like this: do { try...
asked by 04.12.2015 / 19:51