0
NSString *formatString = NSLocalizedString(@"%1$i of %2$i", @"Picture X out of Y total.");
NSString *countTitle = [NSString stringWithFormat:formatString, currentIndex_ + 1, photoCount_, nil];
[self setTitle:countTitle];
在這段代碼顯示例的稱號。」 44" 22,這意味着22日的照片出來的44 我想添加標題,如‘專輯名稱+ countTitle’這上面的代碼,以便將成爲像,我想給專輯的名稱是「Flickr」如何設置標題
Ex。 「如何代碼將
WO g grt thnx夥計 –