UILabel memory leak?

后端 未结 2 1759
别那么骄傲
别那么骄傲 2021-01-17 07:21

I have an NSTimer that fires off every second, and on that second I update a UILabel by setting the text property like so:

remainglbl.text = [NSString string         


        
2条回答
  •  说谎
    说谎 (楼主)
    2021-01-17 07:52

    I believe the problem was that I did not understand the performance tools. Running with the Activity Monitor does not show increasing memory usage.

提交回复
热议问题