nsinteger

    -2熱度

    1回答

    我有一個NSInteger不使用一個指針和一個使用指針的NSNumber。有人可以向我解釋爲什麼會出現這種情況嗎?我的老師都說,NSInteger被用作類型別名,但我還不熟悉這一點。 這個問題問了一個直接問題,詢問在NSInteger中沒有指針的原因;不要求所有的差異。

    0熱度

    1回答

    我想設置一個NSInteger到indexPath.row * 2,但我得到一個錯誤: Incompatible integer to pointer conversation initializing 'NSInteger *' (aka 'long *') with an expression of type 'long' 這裏是我的代碼 NSInteger *titleToDelete =

    1熱度

    2回答

    在我的頭文件中,我聲明瞭一些變量@property (nonatomic) NSInteger *soldWindows;並用它們跟蹤計數,並用_soldWindows++;遞增。結果始終出現了8倍。我發現我的問題是將它聲明爲指針,所以我將其更改爲@property (nonatomic) NSInteger soldWindows;,這解決了我的問題。 我的問題是,如果它只是存儲一個內存地址,爲

    0熱度

    1回答

    這是一個很難問的問題,但我會反正說它。我試圖檢索UITableCell循環之外的NSDictionary的內容。現在,當我通過以下方式檢索其內容時: - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath { 一切工作正常。但是,循環之外,在其

    -2熱度

    2回答

    我想返回數組中最小的數字。 參數:arrayOfNumbers - 一個NSNumbers數組。 返回:作爲NSInteger的數組中的最小數字。 我到目前爲止的代碼不會給我任何錯誤,但不會通過單元測試。我究竟做錯了什麼? - (NSInteger) lowestNumberInArray:(NSArray *)arrayOfNumbers { NSNumber* smallest =

    0熱度

    2回答

    我嘗試使用下面的代碼來生成隨機負NSInteger的, + (NSInteger)getNegativeRandomNumber { uint32_t random = arc4random_uniform(2147483647); // where 2147483647 is the max 32-bit positive value returned by random functi

    1熱度

    2回答

    我有一個具有NSInteger(或NSNumber)屬性的viewController,我想要做的是將整數傳遞給子ViewController,做一些改變(也許增加一些數字)。 但是,當我在父母和孩子控制器使用的NSNumber財產和設置屬性傳遞: //parent and child property. @property (nonatomic,strong) NSNumber *num;

    0熱度

    4回答

    這個我使用的對象轉換爲整數值的線,在for循環中我已經把這個代碼 NSInteger tag=[[arrFullSubCategory valueForKey:@"category"] integerValue]; 內部arrFullSubCategory: ( { category = 35; image = "images/Hatchback.jpg";

    0熱度

    1回答

    1)定義大NSInteger的 2)投射到浮動 3)日誌浮動 4)每當變爲稍小號??? NSInteger val = 485935336; float val_float = (float)val; NSLog(@"%f", val_float); //logs 485935328, not 485935336 任何線索,爲什麼?

    -1熱度

    1回答

    林JSON數據試圖創建播客我的對象時,從該JSON { "wrapperType": "track", "kind": "podcast", "artistId": 125443881, "collectionId": 523121474, "trackId": 523121474, 搶artistId。但是當我嘗試以字符串的形式顯示這個變量時