質問

こんにちは、私はここで解決することができます私の* .hファイル:Somethinkを含めることができますか?私は#import <AppKit/AppKit.h>を使用しなければならないことを発見しましたが、AppKitフレームワークを見つけられません

#import <UIKit/UIKit.h>
#import <CoreData/CoreData.h>
#import <Foundation/Foundation.h>
#import "RootViewController.h"
#import "CrossViewController.h"
#import "NavTestAppDelegate.h"
#import "Obrat1.h"
#import "Event.h"
#import "StvrtyViewController.h"
#import "MBProgressHUD.h"


@interface TretiViewController : UIViewController <NSFetchedResultsControllerDelegate> {
    UILabel *testLabel;
    UILabel *acBallanceLable;
    UILabel *acNumberLable;
    UILabel *accCurrencyLabel;
    NSString *ibaTestFix;
    UITableView *tView;
    NSMutableArray *other;
    NSFetchedResultsController *fetchedResultsController_;
    NSManagedObjectContext *managedObjectContext_;
    MBProgressHUD *HUD;
    NSProgressIndicator *progressIndicator;  //here it falls
.

ありがとう

役に立ちましたか?

解決

iPhone / UIKITはNSProgressIndicatorクラスを提供しません。Mac OS Xプログラミングの場合は

uiprogressIncator、iirc。

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top