2
私はUINavigationControllerアプリケーションを作成しました。 UILavelをUINavigationBarに追加しましたが、問題があります。 UINavigationBarが左または右に移動しているとき、私のラベルは動いていません。どのように問題を解決するのですか?UINavigationBar:移動効果のあるUILabelを追加
UILabel *label = [[[UILabel alloc] initWithFrame:CGRectMake(70, 0, 200, 44)] autorelease];
label.text = @"There are too car on the ...";
label.backgroundColor = [UIColor clearColor];
[self.navigationController.navigationBar addSubview:label];