Questions tagged as 'objective-c'

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

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

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
1
answer

Chat for IOS with Swift 3 [closed]

I'm looking for a faster way to develop a whatsapp app for IOS. As I am very new to Swift I would like to know if there is anything like a "skeleton app" that I could give an improvement in the look and point to my web service. Is there an alter...
asked by 28.10.2016 / 13:17