Archive for 10月 3rd, 2015

あれ?実行時に警告乱発?なぜじゃ?

土曜日, 10月 3rd, 2015

2015-10-03 11:26:04.019 TouchJW_v2[1168:45149] Unbalanced calls to begin/end appearance transitions for <UIViewController: 0x7fc1db21f5f0>.

2015-10-03 11:26:04.732 TouchJW_v2[1168:45149] the behavior of the UICollectionViewFlowLayout is not defined because:

2015-10-03 11:26:04.732 TouchJW_v2[1168:45149] the item height must be less than the height of the UICollectionView minus the section insets top and bottom values, minus the content insets top and bottom values.

2015-10-03 11:26:04.733 TouchJW_v2[1168:45149] The relevant UICollectionViewFlowLayout instance is <UICollectionViewFlowLayout: 0x7fc1db232c40>, and it is attached to <UICollectionView: 0x7fc1da8a2600; frame = (0 0; 375 357.5); clipsToBounds = YES; opaque = NO; autoresize = W+H; gestureRecognizers = <NSArray: 0x7fc1d9e6bad0>; layer = <CALayer: 0x7fc1db2071b0>; contentOffset: {0, 0}; contentSize: {375, 357.5}> collection view layout: <UICollectionViewFlowLayout: 0x7fc1db232c40>.

2015-10-03 11:26:04.733 TouchJW_v2[1168:45149] Make a symbolic breakpoint at UICollectionViewFlowLayoutBreakForInvalidSizes to catch this in the debugger.

2015-10-03 11:26:47.977 TouchJW_v2[1168:45149] the behavior of the UICollectionViewFlowLayout is not defined because:

2015-10-03 11:26:47.977 TouchJW_v2[1168:45149] the item height must be less than the height of the UICollectionView minus the section insets top and bottom values, minus the content insets top and bottom values.

2015-10-03 11:26:47.978 TouchJW_v2[1168:45149] The relevant UICollectionViewFlowLayout instance is <UICollectionViewFlowLayout: 0x7fc1db232c40>, and it is attached to <UICollectionView: 0x7fc1da8a2600; frame = (0 0; 375 357.5); clipsToBounds = YES; opaque = NO; autoresize = W+H; gestureRecognizers = <NSArray: 0x7fc1d9e6bad0>; layer = <CALayer: 0x7fc1db2071b0>; contentOffset: {0, 0}; contentSize: {375, 357.5}> collection view layout: <UICollectionViewFlowLayout: 0x7fc1db232c40>.

2015-10-03 11:26:47.978 TouchJW_v2[1168:45149] Make a symbolic breakpoint at UICollectionViewFlowLayoutBreakForInvalidSizes to catch this in the debugger.

TouchJW for iOS v1.750 BugFix version

土曜日, 10月 3rd, 2015

TouchJW for iOS v1.750(Build1.751)メンテナンスリリースを本日リリース予定です。
今回のリリースはiPhone4Sにチューニングしていた細かな内容を、iPhone6ベースに最適化しました。またv2のデバッグで発覚した、細かい不具合修正および最適化を行いました。
これにより、以下の不具合が解消されるはずです。
1)ダブルタップの感度が鋭すぎた。
2)細かな不具合修正

先ほど、審査通過のメールが来ましたので本日中にリリースされる予定です。

v2のデバッグも佳境を迎えております。TestFrightも近い。