0

配列用のコードがここにあります。

for (int i = 0; i < imgCount; i++) {
        // Load image from the bundle

        NSString * fileName = [NSString stringWithFormat: @"Image-%d", i];
        NSString * filePath = [[NSBundle mainBundle] pathForResource: fileName ofType: @"jpeg"];

        UIImage * img = [UIImage imageWithContentsOfFile: filePath];

アレイをトランジション付きのシリンダータイプまたはキャレイヤーにすることは可能ですか?

4

1 に答える 1

0

私はこれを研究しようとしました:iCarousel

また、これにはレイヤー遷移の例があります:CA360

これが誰にでも役立つことを願っています。

于 2012-04-18T02:20:56.077 に答える