Questions tagged as 'ios'

1
answer

Problems with the text listview above the icons

This happens on Android and IOS. When the store name or store name is too large, the text is over the image. And the client wants the image on the right side, and on the left side I do not have this problem with the images. Text is aligned...
asked by 27.11.2014 / 15:19
1
answer

Changing the size of Google Map View for iOS

I'm using the Google Map SDK for iOS in a project, but when using the service by default it covers the entire screen. But I need space to add a few buttons on the screen. How can I resize the map view? Currently using the default code: G...
asked by 28.11.2014 / 00:00
2
answers

Problem displaying image with UIImageView

When displaying image included in the project in .png format using UIImageView to only display the simulator screen is left blank Code used: UIImage* imagemLocal = [UIImage imageNamed:@"button.png"]; _imagemViewLocal = [UIImag...
asked by 14.01.2015 / 19:12
1
answer

Transform UIImage into Array Byte

I need to transform an image into an array of bytes, how do I make this image into an Array Bytes?     
asked by 23.10.2014 / 15:29
1
answer

How to show a UIAlertView when a link is fired in the UITextField?

Problem scenario: There is a link in UITextView , when this link is triggered it should open a web page. This part is already working.  But I need to show UIAlertView asking if you really want to open the link in the browser. In...
asked by 30.09.2014 / 15:40
2
answers

Adapting iOS 7 code for iOS 8

I currently have the iOS 7 library and plan to upgrade my library to iOS 8. I would like to know what the impact of this update will be on the projects I already own. Will I be able to support my iOS 7 projects without any problems? Reason...
asked by 21.10.2014 / 19:06
1
answer

Mapkit - Is there a way to find friends within this tool?

I already use mapkit for development on iOS, but I would like to know if anyone knows how to add code to friends, show other people on the map. PS. or even a sample code for this function, thank you.     
asked by 19.10.2014 / 03:02
1
answer

How do I create the certificates and the provisioning profile correctly for Push Notification use?

I need help to properly create a provisioning profile certificate for Push Notification . Because I followed several different tutorials, and in all I did not succeed. Only at a time when I used the provisioning profile of Team that I was ab...
asked by 12.11.2014 / 23:31
1
answer

Save new cell position after reorder and affect the model (datasource)

I need the implementation of a tableview, where I can rearrange the cell positions and save them in the new order. And this new order should affect the order that they are saved also the model (in this case an NSMutableArray or NSMutableDictionr...
asked by 14.09.2014 / 19:32
1
answer

indexPath does not match contents in tableView

I'm loading a tableView from a array loaded with arrays , this whole load process is working perfectly, however, when I update tableView ( reloadData ) with the same information and I have the scroll in the middl...
asked by 03.09.2014 / 22:46