Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
iOS で特定の時点で特定のメソッドが実行されているかどうかを確認することはできますか?
たとえば、アプリの実行開始から 1 分後にメソッドsampleMethodが実行されているかどうかを知りたいですか?
そのために_cmdを使用できませんか?
NSLog(@"Method name = %@", NSStringFromSelector(_cmd));
メソッド内でブレークポイントやNSLog(NSString)関数を使用する。
NSLog(NSString)