
iOS 5 - disponibile la nuova beta 5, ecco l'elenco dettagliato delle novitą
6 Agosto 2011 | Max Capitosti
APPLE CERCA StoreKit
- NEW: In-App purchase will not work for developers testing their apps with the iTunes Sandbox.
- FIXED: When tweeting your location from Safari and exiting before the location can be established, the location arrow will stay in the status bar. The arrow can be removed by killing Safari from the task switcher.
UI Automation
- FIXED: Instruments overwrites the loaded automation script, even if another program is editing it.
- FIXED: The play and record buttons in the Automation instrument script editor may not work properly after targeting an application that was launched by a trace session and has ended. They may also not work if you target an application that was suspended. If you run into this problem and it persists, you may need to close and reopen the trace document to get back into a functional state.
- FIXED: When capturing actions into a script using the Automation instrument, interfaces with web views or table cells that contain a high number of off screen elements may take an extremely long time before returning with an expression.
- The
lock()
andunlock()
functions ofUIATarget
have been replaced with thelockForDuration(
)
function. - Starting in iOS 5 beta 2, you can now trigger the execution of an UI Automation script on an iOS device from the host terminal by using the instruments tool. The command is:
instruments -w
-t
- When using the cli instruments for UI Automation you can now target the default Automation Template and pass the script and results path into the tool as environment variable options. For example:
UIKit
- Starting in iOS 5 beta 3, the
exclusiveTouch
property ofUIControl
has returned to its original default value ofNO
. - Returning
nil
from thetableView:viewForHeaderInSection:
method (or its footer equivalent) is no longer sufficient to hide a header. You must overridetableView:heightForHeaderInSection:
and return0.0
to hide a header. - In the iOS 5 beta, the
UITableView
class has two methods to move one cell from one row to another with defined parameters. These APIs are:moveSection:toSection:
moveRowAtIndexPath:toIndexPath:
- Using the
UIWebView
class in Interface Builder, setting transparent background color is possible in iOS 5. Developers compiling against the new SDK can check their XIB for theUIWebView
transparent setting. - In the iOS 5 beta, the
UINavigationBar
,UIToolbar
, andUITabBar
implementations have changed so that thedrawRect:
method is not called on instances of these classes unless it is implemented in a subclass. Apps that have re-implementeddrawRect:
in a category on any of these classes will find that thedrawRect:
method isn't called. UIKit does link-checking to keep the method from being called in apps linked before iOS 5 but does not support this design on iOS 5 or later. Apps can either:- Use the customization API for bars that in iOS 5 and later, which is the preferred way.
- Subclass
UINavigationBar
(or the other bar classes) and overridedrawRect:
in the subclass.
- The
indexPathForRow:inSection:
,section
, androw
methods ofNSIndexPath
now useNSInteger
instead ofNSUInteger
, so that these types match with methods defined onUITableView
. - Touch events are not getting forwarded to the view in the
cameraOverlayView
property ofUIImagePickerController
. - We have changed the behavior of
scrollToRowAtIndexPath:atScrollPosition:animated:
such thatUITableViewScrollPositionTop
andUITableViewScrollPositionBottom
now adjust for the top and bottom portions of thecontentInset
property.
FACEBOOKSEGUICI SU
TELEGRAMNOTIZIE CORRELATE
iOS 5 - disponibile la nuova beta 4, ecco l'elenco dettagliato delle novitą E' arrivata nella tarda serata di ieri la nuova versione beta 4 di iOS 5, ancora una volta riservata agli sviluppatori software registrati. Anche in questo caso le novitą sono ... [23/07/2011]
iOS 5 - disponibile la nuova beta 3, ecco l'elenco dettagliato delle novitą Prosegue la messa a punto di Apple del nuovo sistema operativo iOS 5, il cui debutto in forma definitiva č previsto in autunno con il lancio del nuovo iPhone 5 ... [11/07/2011]
iOS 5 - una conferma per la possibilitą di aggiornamenti OTA Un approfondito esame del software development kit del nuovo sistema operativo iOS 5 ci conferma l'intenzione di Apple di implementare su iPhone ed iPad la funzionalitą OTA ... [27/06/2011]
iOS 5 - disponibile la beta 2 con importanti novitą E' disponibile da poche ore la seconda beta di OS 5, il nuovo sistema operativo per iPhone ed iPad al momento riservato soltanto agli sviluppatori software. iOS 5 beta 2 ... [25/06/2011]
ULTIME NOTIZIE











