2015-09-25 17 views
14

sto ottenendo questo rapporto di avvertimento in Xcode 7.0<CATransformLayer: 0x14fea3710> - cambiando masksToBounds di proprietà in strato di trasformare solo, non avrà alcun effetto

Questo accade quando sto usando MBProgress HUD nel mio progetto. Come affrontare questo avvertimento?

vidi "changing property masksToBounds in transform-only layer, will have no effect" in Xcode 7 ma non serve ...

+4

Ho questo pop-up quando un UITextField deve diventare FirstResponder, anche il tempo in cui TextField deve effettivamente diventare FirstResponder è aumentato significativamente. –

+0

stesso qui sto usando anche MBProgress HUD. –

risposta

14

Nel mio caso questo deve essere correlato a un bug della tastiera. Tutto quello che devo fare è avviare un simulatore di iPad e premere (CommandKey).

tre errori:

2015-09-29 19:40:47.251 ArchKit[12577:338772] <CATransformLayer: 0x7ff592f12ca0> - changing property masksToBounds in transform-only layer, will have no effect 
2015-09-29 19:40:47.252 ArchKit[12577:338772] <CATransformLayer: 0x7ff592d1a2f0> - changing property masksToBounds in transform-only layer, will have no effect 
2015-09-29 19:40:47.252 ArchKit[12577:338772] <CATransformLayer: 0x7ff592f25d30> - changing property masksToBounds in transform-only layer, will have no effect 

premendo semplicemente il (commandKey).

Anche se faccio un progetto iniziale con Sprite Kit per esempio. Quindi questo è un bug.

+1

Quindi hai fatto un errore? – Koen

+0

No, non l'ho fatto, in realtà pensavo che fosse qualcun altro. – rezwits

+6

22967409 bug archiviato. – rezwits

4

suggerisco di ignorare l'avviso.

Nel mio caso, ho un piccolo progetto di prototipo in cui analizzo l'evitamento della tastiera. Non utilizzo alcuna animazione e non modifico direttamente le proprietà del livello che fornirebbero un motivo per l'avviso. Cambio solo offset UIScrollView, inserti e simili. Tuttavia, l'avviso si presenta, quindi presumo che sia qualcosa che deve essere curato nell'SDK. (O simulatore?)