Problems with NSString inside viewWillDisappear
问题 I am battling with this piece of code for days now, I really would appreciate your insight. So here it is... fileName which is declared in my .h file as NSString *fileName; and later as @property (nonatomic, copy) NSString *fileName; is not accessible inside viewWillDisappear . It just shows up as nil object, or some weird value when I debug. When I debug, my console show this msg: Printing description of fileName: FileNumber1 When I reach to viewWillDisappear my console shows this: Printing