Skip to content

Commit a1838ef

Browse files
authored
Update README.md
1 parent 0378ae1 commit a1838ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# MLeaksFinder
2-
MLeaksFinder helps you find memory leaks in your iOS apps at develop time. It can automatically find leaks in UIView and UIViewController objects, present alert with the leaked object in its View-ViewController stack when leaks happening. More over, it can try to find a retain cycle for the leaked object using [FBRetainCycleDetector](https://github.com/facebook/FBRetainCycleDetector/tree/master/FBRetainCycleDetector). Besides finding leaks in UIView and UIViewController objects, developers can extend it to find leaks in other kinds of objects.
2+
MLeaksFinder helps you find memory leaks in your iOS apps at develop time. It can automatically find leaks in UIView and UIViewController objects, present an alert with the leaked object in its View-ViewController stack when leaks happening. More over, it can try to find a retain cycle for the leaked object using [FBRetainCycleDetector](https://github.com/facebook/FBRetainCycleDetector/tree/master/FBRetainCycleDetector). Besides finding leaks in UIView and UIViewController objects, developers can extend it to find leaks in other kinds of objects.
33

44
# Communication
55
QQ group: 482121244

0 commit comments

Comments
 (0)