1. Maps
Replace Google map with Apple's self-developed 3D Map
2. Social Network
Integrates Sina Weibo, Facebook, Twitter, and other social network account management. <Social. Framework>
3. Pass Kit
The pass SDK is provided, which can be used for basic development of electronic passes and even physical tickets.
4. Game Center
Call the gkchallenge function to initiate a game challenge. authenticatehandler saves server-side verification information and supports timeout settings. gkachievement can submit multiple achievements at the same time.
5. Reminder
Event KIT framework provides a customizable reminder service.
6. In-APP purchase (built-in store)
The product can be downloaded, and Apple will provide storage for the corresponding server. <Skdownload class-storekit. Framework>
7. Collection views
Added uicollectionviewcontroller to support more convenient layout customization.
8. UI State Preservation (Interface State retained)
In IOS 6.0, State Preservation provides a solution to save the interface status. In this way, even if the application process is terminated, the user can still feel that the interface has not changed.
9. Auto Layout
The Automatic Layout Based on the "springs and struts" model, used:
- A. Localization
- B. Supports the right-to-left language.
- C. Better Management of view and Controller
10. Data Privacy (Data Privacy Center)
- A. Address Book
- B. Calendar
- C. Reminder
- D. Album
Before a third-party application accesses the above project, the user will be prompted to authorize. Info. plist can be customized to the user's description when accessing these projects.
NOTE: If an application is denied authorization, it receives NULL data and must manage the process accordingly.
Additional framework enhancements (Framework enhancement)
I. uikit framework:
Uiimage: The new initialization method. You can set the scale parameter.
Custom interfaces supported: uibarbuttonitem, uipagecontrol, uipageviewcontroller, uiswitch, and uistepper
Uitableview: new member variable uitableviewheaderfooterview to set the header and footer
Uitableviewcontroller: supports built-in refresh buttons-uirefreshcontrol
Uiwebview: provides methods to prohibit access to extra hidden content
** Uiviewcontroller:
Brand new and more concise screen rotation Management Method (extremely pitfall, completely different from the original)
Uinavigationbar: subclass ..
Ii. OpenGL ES
Gl_ext_texture_storage, gl_apple_copy_texture_levels, gl_apple_map_buffer_range, gl_apple_sync, gl_apple_shader_framebuffer_fetch
Iii. Media Player framework
Added mpvolumeview: Used to customize the volume bar
Iv. Image IO framework
You can query EXIF and IPTC to obtain the image shooting information (aperture, focal length, and exposure time) (related classes: cgimagesourceref, cgimagedestinationref)
V. IAD framework
The advertisement banner supports a new size on the iPad.
6. foundation framework
- Nsfilemanager: supports cloud Management
- Nsuuid class: allows developers to generate required UUID
- Nsurlrequest: allows developers to set whether a request is allowed in a multi-network environment.
- Add the case-sensitivity method for nsstring ~
VII. External accessory framework
Add a gorgeous management bluetooth device connection interface: displays the list of available Bluetooth devices.
8. Event KIT framework
Optimizes reminder and calendar management.
9. Core video framework
Supports two new Pixel-level formats to provide OpenGL ES-related more efficient one-channel and two-channel image storage.
10. core media framework
Added the cmclockref and cmtimebaseref types.
11. core location framework (geographic location Framework)
- When the user does not move within the specified time, set pauseslocationupdatesautomatically to suspend geographic transfer to save power.
- Set activitytype to differentiate driving usage and fitness usage
12. Core Bluetooth framework
The Bluetooth device supports the peripheral mode. Previously, only the central mode was supported ).
13. Core audio
- The audeferredrenderer audio unit allows more frequent audio slicing in low-priority thread mode.
- Audioqueueprocessingtap: allows you to intercept and process data in the audio queue, you know ^.
14. AV foundation framework
Avplayer better supports Network streaming media Etc ..
15th. Ad Support Framework
Provides a new scheme to identify the app advertising client (the new scheme after the udid is killed, looks like cfuuid ).
16. Accelerate framework
Added vdsp, SSE, Etc ..
Apple official link:
Https://developer.apple.com/library/prerelease/ios/#releasenotes/General/WhatsNewIniPhoneOS/Articles/iOS6.html