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...
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...
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...
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...
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...
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.
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...
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...
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...