Questions tagged as 'ios'

1
answer

Change the click trigger of a UISegmentedControl within a UIScrollView

I need to change the trigger of a UISegmentedControl , since I have a form, with several UISegmentedControl , contained in a UIScrollView and when I do scrolling by touching a UISegmentedControl it selects one of the va...
asked by 23.04.2014 / 21:36
1
answer

Detect the mobile operating system and redirect to a specific page

Good afternoon guys, okay? I would like someone to guide me in one thing, I'm trying to implement a website, a button where to depend on the operating system, it redirects to a website. Ex: If the person's phone is Android, I put it to redirect...
asked by 28.11.2018 / 20:33
2
answers

Questions about NDK

I'm studying Android programming in Java, and what worries me is that I'll only be able to get a share of the job market because there are IOS and Windows Phone phones that do not use the Java Language, I've heard of a Java tool called NDK (Nati...
asked by 10.08.2014 / 13:36
2
answers

How to handle errors in WKWebview IOS Swift

When we access a website without internet, does the browser return a certain error page? in my WKWebview I would like this to happen instead of appearing a white screen, how do I intercept this error?     
asked by 01.10.2018 / 20:32
1
answer

Connect Sql Server database to iOS Swfit Program

Is there any way to use the sql server database on ios? I use lib jtds on android and I can make the connection but in ios?     
asked by 14.03.2018 / 15:35
1
answer

How to use CFCoverFlowView to implement a cover flow using UIImage?

Scenery: Implement a cover flow with CFCoverFlowView , but the source of the images used in the API comes from Images.xcassets .  I tried to replace the images using UIImage but ends up generating an error.  Below is the co...
asked by 01.10.2014 / 16:52
1
answer

How to read multiple TXT files and save strings in an NSArray?

Scenario explanation: Read the contents of several .txt extension files and save the strings of each file separately to a NSArray , in this case, in each array index. Obstacle: - There are more than 60 different files,...
asked by 24.09.2014 / 18:56
1
answer

Error with switch in swift

Well, I'm having an error in the following code. The error is in the switch, the following error appears:    expected declaration. What to do? import UIKit class ViewControllerAnalseOP1: UIViewController, UITextViewDelegate { var i...
asked by 28.07.2015 / 15:45
1
answer

Resizing on iOS 8

[RESOLVED] Hi, I'm trying to get the code out of the code so I can do it. We negotiated more time with the customer and now everything is already right. I have a UIView that is instantiated in runtime, everything was fine on the old iPhones,...
asked by 24.03.2015 / 18:22
1
answer

How to open a new View after clicking on an item in a tableView

I have a list of items inside a TableView I would like when clicking on an item in the list a new ViewController is opened containing the information referentere to the selected item I'm not able to make the view open using the method below: -...
asked by 01.12.2014 / 22:18