iOS 7 Icon like Chrome or Youtube icon - iphone

I'm trying to create a iOS 7 icon like Chrome and Youtube new icons. I used base grids to create the iOS 7 icon, but the depth in the bottom and the curve are different.
I was looking for documentation with the right measures to achieve the same effect.
thanks

http://ivomynttinen.com/blog/the-ios-7-design-cheat-sheet/
There is a section on 'App Icons' a bit down the page

Related

Flutter android 12 icon

does anyone konow, how to change this ring around the Icon while changing apps? It is everywhere in a diffent colors, like the settingsenter image description here
This is because in android apps icons have a foreground and background. This is referenced here in this question. Might be helpful! How to change the application launcher icon on Flutter?

iOS 7: Proper iPad icons for iPhone app?

We have an app for iPhone only, but often users install it on their iPads. With iOS7 and the asset groups, it no longer respects our new iPad icon image sizes (76px and 152px). If we don't use asset groups and have our old icons (72px), it will load them, but they clearly look scaled. If we rename our 76px to Icon-72 and Icon-72#2x, the same problem happens.
Is there a proper way to get iOS 7 sized iPad icons in an iPhone only app?
Thanks!
Took me a while to work this one out, as I was having the same issue.
If you highlight your AppIcon Asset group when looking at it in Xcode, you can add additional fields to it by opening the inspector (right hand pane) and clicking the checkboxes on what you want. Then you can drag in your icons and have them work properly.
Here the guidelines iOS for all icons and the new guidelines for iOS 7 here.
and Here a website to create all size of your icons for iOS 6, 7 and Android with the 1024*1024.
Add the different keys of your icon in your info.plist and add the icons in your resources :

iOS 7 SDK view from bottom like maps app

Could anybody please inform me which type of view is shown in the iOS 7 maps app when you touch the small info button in the right bottom corner? It only covers half the screen and I want to reuse it, but have no clue what to search for.
Thanks
That appears to be a UIActionSheet.

iOS 6 - Deal with black stripes on top and bottom

I use phonegap 2.0 to develop mobile applications. Now, iOS 6 poped out, but there is no new Ghonegap release yet. I wonder how to deal with the (default) black stripes on top and bottom because my app is designed for ios 5 family which has a smaller display.
As Erez Rabih points:
All apps that do not include the Default-568h#2x.png file are displayed in a letter box. Include the Default-568h#2x.png will make your app fill the screen on 4" retina devices.
The web browser view of the PhoneGap should fill the screen.
Well surely they will remain as black stripes until you get a chance to distribute an iOS6-friendly version of your app once a new Phonegap release comes out?

MenuInflater like style menu for the iphone development?

I am trying to convert an android application to an iphone application and I really like the MenuInflater of the Android which displays a transparent menu over half of the screen.
Is there any type of menu on the iphone that is similar to what I am looking for?
iPhone is totally different than android in-terms of UI.
If you want menu in iPhone,i would say consider UIActionSheet..Its pretty..