glaszig / SZTextView

A drop-in UITextView replacement which gives you: a placeholder.
MIT License
682 stars 102 forks source link

[Question] How to set position of placeholder text? #51

Closed inix closed 7 years ago

inix commented 8 years ago

I want to align placeholder text with some fixed point relative to its superview. Anyone help?

Thanks a lot

glaszig commented 8 years ago

you should be able to do something like this:

SZTextView *textView = [SZTextView new];
UITextView *placeholderTextView = [textView valueForKey:@"_placeholderTextView"];
placeholderTextView.frame = CGRectMake(...);

or

placeholderTextView.center = CGPointMake(...);
inix commented 8 years ago

I try your code,it can align points,but when I input something,app will crash.

This is crash log:

Incident Identifier: 2820587C-42C4-4F09-B8D8-DB6CB1B04F34
CrashReporter Key:   ac9eebeca0f8f3cd3604a71efd79648d8a4a8a0c
Hardware Model:      iPhone7,2
Process:             microMovie [3581]
Path:                /private/var/containers/Bundle/Application/A974EA51-1CAE-4301-B069-7C506C09A303/microMovie.app/microMovie
Identifier:          net.moviehunter
Version:             1.0.8 (2.1.4)
Code Type:           ARM-64 (Native)
Parent Process:      launchd [1]

Date/Time:           2016-04-05 14:59:24.24 +0800
Launch Time:         2016-04-05 14:59:14.14 +0800
OS Version:          iOS 9.3.1 (13E238)
Report Version:      105

Exception Type:  EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note:  EXC_CORPSE_NOTIFY
Triggered by Thread:  0

Filtered syslog:
None found

Last Exception Backtrace:
0   CoreFoundation                  0x183216e38 __exceptionPreprocess + 124
1   libobjc.A.dylib                 0x18287bf80 objc_exception_throw + 56
2   CoreFoundation                  0x183216d08 +[NSException raise:format:arguments:] + 108
3   Foundation                      0x183b9c124 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 112
4   microMovie                      0x1002709e0 0x100064000 + 2148832
5   microMovie                      0x10026b678 0x100064000 + 2127480
6   microMovie                      0x100273b30 0x100064000 + 2161456
7   microMovie                      0x1000fd4e4 0x100064000 + 627940
8   UIKit                           0x18835c0e4 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 656
9   QuartzCore                      0x185d02a28 -[CALayer layoutSublayers] + 148
10  QuartzCore                      0x185cfd634 CA::Layer::layout_if_needed(CA::Transaction*) + 292
11  QuartzCore                      0x185cfd4f4 CA::Layer::layout_and_display_if_needed(CA::Transaction*) + 32
12  QuartzCore                      0x185cfcb24 CA::Context::commit_transaction(CA::Transaction*) + 252
13  QuartzCore                      0x185cfc86c CA::Transaction::commit() + 512
14  QuartzCore                      0x185cf5dd8 CA::Transaction::observer_callback(__CFRunLoopObserver*, unsigned long, void*) + 80
15  CoreFoundation                  0x1831cc7b0 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 32
16  CoreFoundation                  0x1831ca554 __CFRunLoopDoObservers + 372
17  CoreFoundation                  0x1831ca984 __CFRunLoopRun + 928
18  CoreFoundation                  0x1830f4d10 CFRunLoopRunSpecific + 384
19  GraphicsServices                0x1849dc088 GSEventRunModal + 180
20  UIKit                           0x1883c9f70 UIApplicationMain + 204
21  microMovie                      0x10014edb0 0x100064000 + 961968
22  libdyld.dylib                   0x182c928b8 start + 4

Global Trace Buffer (reverse chronological seconds):
6.217377     AppleJPEG                  0x0000000184c76a88 [0x12c8c9000] Releasing session
7.315984     AppleJPEG                  0x0000000184c76a88 [0x12d154a00] Releasing session
7.383191     AppleJPEG                  0x0000000184c76a88 [0x12c923e00] Releasing session
7.390391     AppleJPEG                  0x0000000184c7626c [0x12c923e00] Created session
7.391516     AppleJPEG                  0x0000000184c7626c [0x12d154a00] Created session
8.721241     CFNetwork                  0x000000018389bda4 TCP Conn 0x12c5402d0 complete. fd: 20, err: 0
8.725150     CFNetwork                  0x000000018389d2d0 TCP Conn 0x12c5402d0 event 1. err: 0
9.637354     AppleJPEG                  0x0000000184c76a88 [0x12c8fe600] Releasing session
9.641561     AppleJPEG                  0x0000000184c78f28 [0x12c8fe600] Decoding completed without errors
9.650766     AppleJPEG                  0x0000000184c770c0 [0x12c8fe600] Options: 600x739 [FFFFFFFF,FFFFFFFF] 00025060
9.650766     AppleJPEG                  0x0000000184c76f78 [0x12c8fe600] Decoding: C2 0x025802E3 0x00003842 0x22111100 0x00000000 22036
9.650766     AppleJPEG                  0x0000000184c76a88 [0x12c8eaa00] Releasing session
9.650766     AppleJPEG                  0x0000000184c7626c [0x12c8eaa00] Created session
9.650766     AppleJPEG                  0x0000000184c7626c [0x12c8fe600] Created session
9.653362     AppleJPEG                  0x0000000184c76a88 [0x12c8fe600] Releasing session
9.658259     AppleJPEG                  0x0000000184c76a88 [0x12d146600] Releasing session
9.658259     AppleJPEG                  0x0000000184c7626c [0x12d146600] Created session
9.658553     AppleJPEG                  0x0000000184c7626c [0x12c8fe600] Created session
9.661720     AppleJPEG                  0x0000000184c76a88 [0x12c8fe600] Releasing session

Thread 0 name:  Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
0   libsystem_kernel.dylib          0x0000000182db011c __pthread_kill + 8
1   libsystem_pthread.dylib         0x0000000182e7cef8 pthread_kill + 112
2   libsystem_c.dylib               0x0000000182d21dac abort + 140
3   libc++abi.dylib                 0x00000001828553f4 __cxa_bad_cast + 0
4   libc++abi.dylib                 0x000000018286ef60 std::__terminate(void (*)()) + 44
5   libc++abi.dylib                 0x000000018286eb10 __cxa_rethrow + 144
6   libobjc.A.dylib                 0x000000018287c120 objc_exception_rethrow + 44
7   CoreFoundation                  0x00000001830f4db8 CFRunLoopRunSpecific + 552
8   GraphicsServices                0x00000001849dc088 GSEventRunModal + 180
9   UIKit                           0x00000001883c9f70 UIApplicationMain + 204
10  microMovie                      0x000000010014edb0 0x100064000 + 961968
11  libdyld.dylib                   0x0000000182c928b8 start + 4

Thread 1:
0   libsystem_kernel.dylib          0x0000000182db0b48 __workq_kernreturn + 8
1   libsystem_pthread.dylib         0x0000000182e79530 _pthread_wqthread + 1284
2   libsystem_pthread.dylib         0x0000000182e79020 start_wqthread + 4

Thread 2 name:  Dispatch queue: com.apple.libdispatch-manager
Thread 2:
0   libsystem_kernel.dylib          0x0000000182db14d8 kevent_qos + 8
1   libdispatch.dylib               0x0000000182c747d8 _dispatch_mgr_invoke + 232
2   libdispatch.dylib               0x0000000182c63648 _dispatch_source_invoke + 0

Thread 3:
0   libsystem_kernel.dylib          0x0000000182db0b48 __workq_kernreturn + 8
1   libsystem_pthread.dylib         0x0000000182e79530 _pthread_wqthread + 1284
2   libsystem_pthread.dylib         0x0000000182e79020 start_wqthread + 4

Thread 4:
0   libsystem_kernel.dylib          0x0000000182db0b48 __workq_kernreturn + 8
1   libsystem_pthread.dylib         0x0000000182e79530 _pthread_wqthread + 1284
2   libsystem_pthread.dylib         0x0000000182e79020 start_wqthread + 4

Thread 5 name:  BmobRequestNetworking
Thread 5:
0   libsystem_kernel.dylib          0x0000000182d94fd8 mach_msg_trap + 8
1   libsystem_kernel.dylib          0x0000000182d94e54 mach_msg + 72
2   CoreFoundation                  0x00000001831ccce8 __CFRunLoopServiceMachPort + 196
3   CoreFoundation                  0x00000001831ca9ec __CFRunLoopRun + 1032
4   CoreFoundation                  0x00000001830f4d10 CFRunLoopRunSpecific + 384
5   Foundation                      0x0000000183b04d8c -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 308
6   Foundation                      0x0000000183b59ff8 -[NSRunLoop(NSRunLoop) run] + 88
7   microMovie                      0x0000000100383444 0x100064000 + 3273796
8   Foundation                      0x0000000183bebe1c __NSThread__start__ + 1000
9   libsystem_pthread.dylib         0x0000000182e7bb28 _pthread_body + 156
10  libsystem_pthread.dylib         0x0000000182e7ba8c _pthread_body + 0
11  libsystem_pthread.dylib         0x0000000182e79028 thread_start + 4

Thread 6 name:  com.apple.NSURLConnectionLoader
Thread 6:
0   libsystem_kernel.dylib          0x0000000182d94fd8 mach_msg_trap + 8
1   libsystem_kernel.dylib          0x0000000182d94e54 mach_msg + 72
2   CoreFoundation                  0x00000001831ccce8 __CFRunLoopServiceMachPort + 196
3   CoreFoundation                  0x00000001831ca9ec __CFRunLoopRun + 1032
4   CoreFoundation                  0x00000001830f4d10 CFRunLoopRunSpecific + 384
5   CFNetwork                       0x0000000183875af4 +[NSURLConnection(Loader) _resourceLoadLoop:] + 412
6   Foundation                      0x0000000183bebe1c __NSThread__start__ + 1000
7   libsystem_pthread.dylib         0x0000000182e7bb28 _pthread_body + 156
8   libsystem_pthread.dylib         0x0000000182e7ba8c _pthread_body + 0
9   libsystem_pthread.dylib         0x0000000182e79028 thread_start + 4

Thread 7:
0   libsystem_kernel.dylib          0x0000000182db0b48 __workq_kernreturn + 8
1   libsystem_pthread.dylib         0x0000000182e79530 _pthread_wqthread + 1284
2   libsystem_pthread.dylib         0x0000000182e79020 start_wqthread + 4

Thread 8 name:  AFNetworking
Thread 8:
0   libsystem_kernel.dylib          0x0000000182d94fd8 mach_msg_trap + 8
1   libsystem_kernel.dylib          0x0000000182d94e54 mach_msg + 72
2   CoreFoundation                  0x00000001831ccce8 __CFRunLoopServiceMachPort + 196
3   CoreFoundation                  0x00000001831ca9ec __CFRunLoopRun + 1032
4   CoreFoundation                  0x00000001830f4d10 CFRunLoopRunSpecific + 384
5   Foundation                      0x0000000183b04d8c -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 308
6   Foundation                      0x0000000183b59ff8 -[NSRunLoop(NSRunLoop) run] + 88
7   microMovie                      0x0000000100462944 0x100064000 + 4188484
8   Foundation                      0x0000000183bebe1c __NSThread__start__ + 1000
9   libsystem_pthread.dylib         0x0000000182e7bb28 _pthread_body + 156
10  libsystem_pthread.dylib         0x0000000182e7ba8c _pthread_body + 0
11  libsystem_pthread.dylib         0x0000000182e79028 thread_start + 4

Thread 9:
0   libsystem_kernel.dylib          0x0000000182db0b48 __workq_kernreturn + 8
1   libsystem_pthread.dylib         0x0000000182e79530 _pthread_wqthread + 1284
2   libsystem_pthread.dylib         0x0000000182e79020 start_wqthread + 4

Thread 10 name:  com.apple.CFSocket.private
Thread 10:
0   libsystem_kernel.dylib          0x0000000182db0344 __select + 8
1   CoreFoundation                  0x00000001831d3250 __CFSocketManager + 648
2   libsystem_pthread.dylib         0x0000000182e7bb28 _pthread_body + 156
3   libsystem_pthread.dylib         0x0000000182e7ba8c _pthread_body + 0
4   libsystem_pthread.dylib         0x0000000182e79028 thread_start + 4

Thread 11 name:  com.apple.CoreMotion.MotionThread
Thread 11:
0   libsystem_kernel.dylib          0x0000000182d94fd8 mach_msg_trap + 8
1   libsystem_kernel.dylib          0x0000000182d94e54 mach_msg + 72
2   CoreFoundation                  0x00000001831ccce8 __CFRunLoopServiceMachPort + 196
3   CoreFoundation                  0x00000001831ca9ec __CFRunLoopRun + 1032
4   CoreFoundation                  0x00000001830f4d10 CFRunLoopRunSpecific + 384
5   CoreFoundation                  0x0000000183142464 CFRunLoopRun + 112
6   CoreMotion                      0x00000001890af41c 0x18905c000 + 341020
7   libsystem_pthread.dylib         0x0000000182e7bb28 _pthread_body + 156
8   libsystem_pthread.dylib         0x0000000182e7ba8c _pthread_body + 0
9   libsystem_pthread.dylib         0x0000000182e79028 thread_start + 4

Thread 12:
0   libsystem_kernel.dylib          0x0000000182db0b48 __workq_kernreturn + 8
1   libsystem_pthread.dylib         0x0000000182e79530 _pthread_wqthread + 1284
2   libsystem_pthread.dylib         0x0000000182e79020 start_wqthread + 4

Thread 0 crashed with ARM Thread State (64-bit):
    x0: 0x0000000000000000   x1: 0x0000000000000000   x2: 0x0000000000000000   x3: 0x000000012db5a231
    x4: 0x0000000182872ba2   x5: 0x000000016fd9b980   x6: 0x000000000000006e   x7: 0x0000000000000000
    x8: 0x0000000008000000   x9: 0x0000000004000000  x10: 0x0000000000000001  x11: 0x000000004c88a301
   x12: 0x000000004888a201  x13: 0x000000004888a201  x14: 0x00000000ffffffff  x15: 0x00000000ffffffe8
   x16: 0x0000000000000148  x17: 0x0000000000000000  x18: 0x0000000000000000  x19: 0x0000000000000006
   x20: 0x00000001a1283000  x21: 0x000000016fd9b980  x22: 0x000000012c506b20  x23: 0x00000001a128f150
   x24: 0x0000000000000001  x25: 0x7e0077e38471d034  x26: 0x000000012c501680  x27: 0x0000000000000000
   x28: 0x0000000000000001  fp: 0x000000016fd9b8e0   lr: 0x0000000182e7cef8
    sp: 0x000000016fd9b8c0   pc: 0x0000000182db011c cpsr: 0x00000000

Binary Images:
0x100064000 - 0x100587fff microMovie arm64  <c2df847968ff3ea79921d2845bbb780f> /var/containers/Bundle/Application/A974EA51-1CAE-4301-B069-7C506C09A303/microMovie.app/microMovie
0x12008c000 - 0x1200bbfff dyld arm64  <b9ab8d2475913f8c9974747a7feab615> /usr/lib/dyld
0x1827fc000 - 0x1827fdfff libSystem.B.dylib arm64  <52b7493178a73db5a7c54a56277f6541> /usr/lib/libSystem.B.dylib
0x182800000 - 0x182852fff libc++.1.dylib arm64  <9ec0d9dcf728349582c26a7da72f0364> /usr/lib/libc++.1.dylib
0x182854000 - 0x182873fff libc++abi.dylib arm64  <aaa40b7f52513cf79c6f814b133556a7> /usr/lib/libc++abi.dylib
0x182874000 - 0x182be0fff libobjc.A.dylib arm64  <939f392022903f2da2858e676e4191ef> /usr/lib/libobjc.A.dylib
0x182be4000 - 0x182be8fff libcache.dylib arm64  <fa36de9ad21a393eb3a7127c04d04ca5> /usr/lib/system/libcache.dylib
0x182bec000 - 0x182bf7fff libcommonCrypto.dylib arm64  <12c1227794b43b27912ee75bd2137ff8> /usr/lib/system/libcommonCrypto.dylib
0x182bf8000 - 0x182bfbfff libcompiler_rt.dylib arm64  <73834c4aa3f43c02a845058ff8d68c64> /usr/lib/system/libcompiler_rt.dylib
0x182bfc000 - 0x182c03fff libcopyfile.dylib arm64  <95710fca746b3ba38af88436a380b4fb> /usr/lib/system/libcopyfile.dylib
0x182c04000 - 0x182c5ffff libcorecrypto.dylib arm64  <76284b3e49dc3625b32b880276def64d> /usr/lib/system/libcorecrypto.dylib
0x182c60000 - 0x182c8efff libdispatch.dylib arm64  <4b14d83138ad33379b3bd854ef5a4a4a> /usr/lib/system/libdispatch.dylib
0x182c90000 - 0x182c92fff libdyld.dylib arm64  <f953f45560ee3d64aea214b5fcd983d4> /usr/lib/system/libdyld.dylib
0x182c94000 - 0x182c94fff liblaunch.dylib arm64  <d5d3b9a499d534d6ad2bb6593ec11bb5> /usr/lib/system/liblaunch.dylib
0x182c98000 - 0x182c9cfff libmacho.dylib arm64  <907ec5ae27a03f568b095b7c03704e8f> /usr/lib/system/libmacho.dylib
0x182ca0000 - 0x182ca1fff libremovefile.dylib arm64  <1bceda69f6553e6686db67d99681f6d9> /usr/lib/system/libremovefile.dylib
0x182ca4000 - 0x182cbafff libsystem_asl.dylib arm64  <40c47f76cc9437538506e1e009e65b5b> /usr/lib/system/libsystem_asl.dylib
0x182cbc000 - 0x182cbdfff libsystem_blocks.dylib arm64  <8bbf799e57f93ed1be24cf2ce6c221a3> /usr/lib/system/libsystem_blocks.dylib
0x182cc0000 - 0x182d3ffff libsystem_c.dylib arm64  <e9ce2b001e2a315ea945b3625892f3d1> /usr/lib/system/libsystem_c.dylib
0x182d40000 - 0x182d43fff libsystem_configuration.dylib arm64  <8e558d3dc4ab3172829609a21264333b> /usr/lib/system/libsystem_configuration.dylib
0x182d44000 - 0x182d47fff libsystem_containermanager.dylib arm64  <881e67201afb30e4923fe629f2038c39> /usr/lib/system/libsystem_containermanager.dylib
0x182d48000 - 0x182d49fff libsystem_coreservices.dylib arm64  <fb091931e5a73a91b83eaa86ac092846> /usr/lib/system/libsystem_coreservices.dylib
0x182d4c000 - 0x182d62fff libsystem_coretls.dylib arm64  <e72136cd079a38f397bbda2e943853a9> /usr/lib/system/libsystem_coretls.dylib
0x182d64000 - 0x182d6cfff libsystem_dnssd.dylib arm64  <106cc81ae1ef3558bc9e92640e0f53ed> /usr/lib/system/libsystem_dnssd.dylib
0x182d70000 - 0x182d92fff libsystem_info.dylib arm64  <0cc7938fabaf3ce0add0b1bd8b0b7940> /usr/lib/system/libsystem_info.dylib
0x182d94000 - 0x182db5fff libsystem_kernel.dylib arm64  <c2c8abd01c0a301e918dd274425de8d2> /usr/lib/system/libsystem_kernel.dylib
0x182db8000 - 0x182dd4fff libsystem_m.dylib arm64  <82799adce569363d85ad8e859eb07117> /usr/lib/system/libsystem_m.dylib
0x182dd8000 - 0x182df1fff libsystem_malloc.dylib arm64  <f5f102a4b15539d5957d18fcc0a1da6a> /usr/lib/system/libsystem_malloc.dylib
0x182df4000 - 0x182e57fff libsystem_network.dylib arm64  <a1d92752abf138349ebbfe35e00eb642> /usr/lib/system/libsystem_network.dylib
0x182e58000 - 0x182e61fff libsystem_networkextension.dylib arm64  <2d91232a517d3ab9b2c7080fa281d59e> /usr/lib/system/libsystem_networkextension.dylib
0x182e64000 - 0x182e6efff libsystem_notify.dylib arm64  <694e057c9ba33bb783d565d6b681ef4d> /usr/lib/system/libsystem_notify.dylib
0x182e70000 - 0x182e75fff libsystem_platform.dylib arm64  <60beb51b46eb31d2a359385285705935> /usr/lib/system/libsystem_platform.dylib
0x182e78000 - 0x182e80fff libsystem_pthread.dylib arm64  <de359eedd23d3f37b7f493e5c141ab87> /usr/lib/system/libsystem_pthread.dylib
0x182e84000 - 0x182e86fff libsystem_sandbox.dylib arm64  <98a5ef772798365db3cad61eda9e8087> /usr/lib/system/libsystem_sandbox.dylib
0x182e88000 - 0x182e98fff libsystem_trace.dylib arm64  <40f1aab82aee39f591243fd2fe0ebe60> /usr/lib/system/libsystem_trace.dylib
0x182e9c000 - 0x182ea1fff libunwind.dylib arm64  <b0067e5ea3ca3b28abc5cb7d50390363> /usr/lib/system/libunwind.dylib
0x182ea4000 - 0x182ea4fff libvminterpose.dylib arm64  <3602a453d2b132e5beedf06ffd6c5543> /usr/lib/system/libvminterpose.dylib
0x182ea8000 - 0x182ecdfff libxpc.dylib arm64  <077984f90ff93b6abdb00e26e03d0bd9> /usr/lib/system/libxpc.dylib
0x182ed0000 - 0x1830d5fff libicucore.A.dylib arm64  <2113459c857d3a79b7a2f3744a9cc7aa> /usr/lib/libicucore.A.dylib
0x1830d8000 - 0x1830e9fff libz.1.dylib arm64  <8fcb56adfdc13e9593582266b1e4ac18> /usr/lib/libz.1.dylib
0x1830ec000 - 0x18346cfff CoreFoundation arm64  <47efbe0ae95f31e289bc13ae81db5ed5> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x183470000 - 0x183480fff libbsm.0.dylib arm64  <d045301bcacc37d785d754d5c978d979> /usr/lib/libbsm.0.dylib
0x183484000 - 0x183484fff libenergytrace.dylib arm64  <6638c84011613491bf818da9d271d34d> /usr/lib/libenergytrace.dylib
0x183488000 - 0x1834f9fff IOKit arm64  <cdb241ec26593ce58bafe5775a6b32ce> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x1834fc000 - 0x18351cfff libMobileGestalt.dylib arm64  <56afd8ee124b33a58b536846d3bb37ee> /usr/lib/libMobileGestalt.dylib
0x183520000 - 0x18360afff libxml2.2.dylib arm64  <727d77fd6455370ea52e4173245fa667> /usr/lib/libxml2.2.dylib
0x18360c000 - 0x18367efff Security arm64  <1e7c7854a0183825be581e308b6d6048> /System/Library/Frameworks/Security.framework/Security
0x183680000 - 0x1836d9fff SystemConfiguration arm64  <0ca82735132034eea5f9b2c64e15cdf9> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x1836dc000 - 0x1837c4fff libsqlite3.dylib arm64  <c703a175f1c43ed28d81b839ba961183> /usr/lib/libsqlite3.dylib
0x1837c8000 - 0x183a5cfff CFNetwork arm64  <9d2c89aa29143c1f967d455d14e2cc48> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x183a60000 - 0x183a6dfff libbz2.1.0.dylib arm64  <8ebfd413e3fd3889b546857fcf554b6f> /usr/lib/libbz2.1.0.dylib
0x183a70000 - 0x183a89fff liblzma.5.dylib arm64  <68bb861dc8bd3547b5ace073ed504b14> /usr/lib/liblzma.5.dylib
0x183a8c000 - 0x183aa6fff libCRFSuite.dylib arm64  <1a2c1f709f213faf81fd2223b719c899> /usr/lib/libCRFSuite.dylib
0x183aa8000 - 0x183ad2fff libarchive.2.dylib arm64  <bf6ae1a9c965363ba9f10ff0ca32ee7c> /usr/lib/libarchive.2.dylib
0x183ad4000 - 0x183af2fff libextension.dylib arm64  <8a88fb35fee03a36ae138e676b9a0e9f> /usr/lib/libextension.dylib
0x183af4000 - 0x183af5fff liblangid.dylib arm64  <cdb184e30c3c303694a96b3150520673> /usr/lib/liblangid.dylib
0x183af8000 - 0x183d66fff Foundation arm64  <d0203ca50e6c319eab2c67be2233a1df> /System/Library/Frameworks/Foundation.framework/Foundation
0x183d68000 - 0x183e13fff libBLAS.dylib arm64  <097b7e769a3439ad8fdb3abb0edc9daf> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x183e14000 - 0x184179fff libLAPACK.dylib arm64  <566419f65c9338599694a04da8e20fbf> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x18417c000 - 0x1843e1fff vImage arm64  <789df1b35e183397803583a25feff3c7> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
0x1843e4000 - 0x184406fff libvMisc.dylib arm64  <b9bacd899d76330faf8470b537cd316c> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
0x184408000 - 0x18441bfff libLinearAlgebra.dylib arm64  <94d099e954d638e39ef1773639ef61af> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
0x18441c000 - 0x18442bfff libSparseBLAS.dylib arm64  <80ca4fb770613c76b2449daf05c6dc25> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib
0x18442c000 - 0x184498fff libvDSP.dylib arm64  <f4e8d68f55af3511a28a616737dcc354> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x18449c000 - 0x18449cfff vecLib arm64  <546ad53c3a4a36709fdf6e50b76b2ec9> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x1844a0000 - 0x1844a0fff Accelerate arm64  <a1953e95570a3de6a923a812ffbd90ad> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x1844a4000 - 0x1849cffff CoreGraphics arm64  <47d407b528a33cbba05a8944ecd81a65> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x1849d0000 - 0x1849e4fff GraphicsServices arm64  <7275e531cb4934bc81dcf548ec07315d> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x1849e8000 - 0x184a30fff AppSupport arm64  <f822dd316d913e46b63f4ff0a9b3ab38> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x184a34000 - 0x184b07fff MobileCoreServices arm64  <5b596a6b0d2234a7b53cd64c3a805453> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x184b08000 - 0x184b57fff BaseBoard arm64  <51ea416f98da37b5bf3c8dd40a19881a> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
0x184b58000 - 0x184b63fff AssertionServices arm64  <de762838b13a3e9ca15b115554b90b33> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
0x184b64000 - 0x184b88fff BackBoardServices arm64  <174df085ac00343fa8dc017d6ff4f291> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
0x184b8c000 - 0x184b8ffff MobileSystemServices arm64  <6d85ae92680935bbb51db96c7a021118> /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices
0x184b90000 - 0x184bc5fff FrontBoardServices arm64  <7aa900b6c1503aca868d369472dafd7b> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
0x184bc8000 - 0x184bd2fff UserNotificationServices arm64  <8cdf10472ed037548f8c9f2d22eab649> /System/Library/PrivateFrameworks/UserNotificationServices.framework/UserNotificationServices
0x184bd4000 - 0x184c00fff SpringBoardServices arm64  <9a77d7611b593b86b61a7ed2a5be04de> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x184c04000 - 0x184c15fff MobileKeyBag arm64  <1b24eb8193c53b39a3f92eae6c705c87> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x184c18000 - 0x184c1efff IOSurface arm64  <f034e73c669c3d4fb297c56390224f08> /System/Library/PrivateFrameworks/IOSurface.framework/IOSurface
0x184c20000 - 0x184c2cfff liblockdown.dylib arm64  <602aacfa051b3bd8b96645e243c47b47> /usr/lib/liblockdown.dylib
0x184c30000 - 0x184c42fff CrashReporterSupport arm64  <3e279e8083563cdfb9e0085f7cd3571c> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x184c44000 - 0x184c46fff IOSurfaceAccelerator arm64  <00180a1accdf3d9aa8f608c0d215f09c> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator
0x184c48000 - 0x184c89fff AppleJPEG arm64  <24fc6e2cd59a318e9f59da6383bfd90d> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
0x184c8c000 - 0x184faefff ImageIO arm64  <795af361b422367d8b41019c99f32d5d> /System/Library/Frameworks/ImageIO.framework/ImageIO
0x184fb0000 - 0x184fb4fff TCC arm64  <2e55d766befe3cae904179e14b10356a> /System/Library/PrivateFrameworks/TCC.framework/TCC
0x184fb8000 - 0x184fbdfff AggregateDictionary arm64  <313f770947da3c39ab514bbb85112d7f> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x184fc0000 - 0x184fcdfff PowerLog arm64  <7648bc055de832fcb788bafe0fd75832> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
0x184fd0000 - 0x185032fff libTelephonyUtilDynamic.dylib arm64  <8096d53d8a9632b49c76633234c3a99f> /usr/lib/libTelephonyUtilDynamic.dylib
0x185034000 - 0x185046fff CommonUtilities arm64  <f9508e3c884d30848237ac33a6d41aab> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
0x185048000 - 0x18505ffff libcompression.dylib arm64  <ac77f3a3cad832a7b748c30e013bbc0b> /usr/lib/libcompression.dylib
0x185060000 - 0x1852aafff CoreData arm64  <2c14605cb1213ce68fb271bd442a88c1> /System/Library/Frameworks/CoreData.framework/CoreData
0x1852ac000 - 0x1852b0fff libCoreVMClient.dylib arm64  <7ffd8b3397af377e9a66196013879b3a> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
0x1852b4000 - 0x1852b8fff IOAccelerator arm64  <335e831484b5324d9935e64e4f7a199a> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
0x1852bc000 - 0x1852bdfff libCVMSPluginSupport.dylib arm64  <65fbe0a7fb243dc591a5ce214f685de9> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x1852c0000 - 0x1852c3fff libCoreFSCache.dylib arm64  <e6fddb40c1ff3369860604ca0198543a> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
0x1852c4000 - 0x18530afff libGLImage.dylib arm64  <46d0426799633b81bc7857f541610374> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x18530c000 - 0x185316fff libGFXShared.dylib arm64  <958a1f782d9736d6a59b8081000ea746> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x185318000 - 0x18531ffff IOMobileFramebuffer arm64  <277c1e7b811b37d9b43b886f1b1344ee> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x185320000 - 0x185320fff libmetal_timestamp.dylib arm64  <8096dc344d98384cb0814ad5e96ffc47> /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib
0x185324000 - 0x18536afff Metal arm64  <fa567a39d48830b0ad7689fe5d54ff82> /System/Library/Frameworks/Metal.framework/Metal
0x18536c000 - 0x185376fff OpenGLES arm64  <76508ee5702530a1ad5c5f7e793564d3> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x185378000 - 0x18539afff CoreVideo arm64  <a897c32ee73a3ea189748e1874f94818> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x18539c000 - 0x18539efff OAuth arm64  <a7bcf8406f27378dbe366eccb7be15ad> /System/Library/PrivateFrameworks/OAuth.framework/OAuth
0x1853a8000 - 0x1853dffff Accounts arm64  <83ae9cc3aaa43344b1cf039bcf99fc1a> /System/Library/Frameworks/Accounts.framework/Accounts
0x1853e0000 - 0x1854d2fff libiconv.2.dylib arm64  <1c378c57054a32a6b2eed4e3cbb3a2b7> /usr/lib/libiconv.2.dylib
0x1854d4000 - 0x18558dfff CoreAudio arm64  <fa891ecfffc8337ba959f989a00a7927> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x185590000 - 0x185593fff UserFS arm64  <99274b169cba305385ade60b9b105cef> /System/Library/PrivateFrameworks/UserFS.framework/UserFS
0x185594000 - 0x185682fff CoreMedia arm64  <2af541a013183d4191d23e17e1eaa35c> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x185684000 - 0x18568cfff libcupolicy.dylib arm64  <0b8ff222e751316b97a684f75854b828> /usr/lib/libcupolicy.dylib
0x185690000 - 0x185702fff CoreTelephony arm64  <4c8319d593bf3e48b83ff2052e5baf13> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x185704000 - 0x1857e4fff libFontParser.dylib arm64  <4dbd2916349c3ebb93f77b45246f4623> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
0x1857e8000 - 0x18586afff VideoToolbox arm64  <319868e498543abcb034fdcdd8b32bca> /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox
0x18586c000 - 0x18586cfff FontServices arm64  <e478d00caed23555a1f669d00ac5d63e> /System/Library/PrivateFrameworks/FontServices.framework/FontServices
0x185870000 - 0x185993fff CoreText arm64  <89eb3b018d263de896ecdb031294ea1e> /System/Library/Frameworks/CoreText.framework/CoreText
0x185994000 - 0x1859a5fff ProtocolBuffer arm64  <8f52f98261263182b7dfe4c5128c89b6> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x1859a8000 - 0x1859cffff PersistentConnection arm64  <7933d9b31dab3c86baf9b58f142d97f4> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x1859d0000 - 0x1859d5fff DataMigration arm64  <26f93fc1499a3ae1b2da4cafd65c9474> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x1859d8000 - 0x185cf1fff AudioToolbox arm64  <4e885a8735ef31098c27000ffdad8a0f> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x185cf4000 - 0x185ea2fff QuartzCore arm64  <cb08f57edbcc3749bb529b611f14ede7> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x185ea4000 - 0x185eaafff Netrb arm64  <0e9744efb928344994af8d9d34aa6463> /System/Library/PrivateFrameworks/Netrb.framework/Netrb
0x185eac000 - 0x185ebdfff libcmph.dylib arm64  <f9b0e4b1c2b83f848b351670183dcf24> /usr/lib/libcmph.dylib
0x185ec0000 - 0x185eddfff libmis.dylib arm64  <70703ed0aad23e11b2ef2eaddfcb3c2f> /usr/lib/libmis.dylib
0x185ee0000 - 0x185f60fff LanguageModeling arm64  <63d077132a3b39bc898ad6ad0d37ebb0> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
0x185f64000 - 0x18603efff ManagedConfiguration arm64  <853d10047c8637239f7fa69fab096cdf> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x186040000 - 0x186057fff libmarisa.dylib arm64  <72aff9de7b7a3d0f8d24b2f2e33599b1> /usr/lib/libmarisa.dylib
0x186058000 - 0x18611ffff ProofReader arm64  <1109bbdb73d5392693809d31fe5b2406> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x186120000 - 0x186126fff MediaAccessibility arm64  <dbc84b51887d3c239f748993bfe87be2> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
0x186128000 - 0x186137fff MobileAsset arm64  <7240eaffafed3f478cc74cd1d78a043c> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
0x186138000 - 0x186199fff ColorSync arm64  <7a7f1de762e734a1b0185bbcf4c5805d> /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync
0x18619c000 - 0x1861e7fff MetalPerformanceShaders arm64  <ba4fb9bec10b345fb558c8167aa9c19f> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders
0x1861e8000 - 0x186614fff FaceCore arm64  <e94d54babc7b308bb8f72aad65b08421> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
0x186618000 - 0x186693fff Quagga arm64  <a2b834549b2a34e5bf5c5ef4810273ff> /System/Library/PrivateFrameworks/Quagga.framework/Quagga
0x186694000 - 0x18683efff CoreImage arm64  <186c1bbb975530bf92774b12ebffb735> /System/Library/Frameworks/CoreImage.framework/CoreImage
0x186840000 - 0x186872fff TextInput arm64  <df26e8d9906536a28882920ed911bebd> /System/Library/PrivateFrameworks/TextInput.framework/TextInput
0x186874000 - 0x186881fff libAccessibility.dylib arm64  <9c8c638a431038a2b35ce180666ccf2d> /usr/lib/libAccessibility.dylib
0x186890000 - 0x186e71fff JavaScriptCore arm64  <f476e19d9f4738d5ac4352faa0d7f24c> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
0x186e74000 - 0x187064fff StoreServices arm64  <6cfd54f272f93b4abb483d6815c03ba8> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
0x187068000 - 0x188031fff WebCore arm64  <f784cea3224136b1a484a0ab2cfe6c49> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x188034000 - 0x18805dfff libxslt.1.dylib arm64  <ee7d42f377153be08acb66ef0e23ce6b> /usr/lib/libxslt.1.dylib
0x188060000 - 0x18813bfff WebKitLegacy arm64  <c5e86dcbe42a346fbc8e4348f20b0b0a> /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
0x18813c000 - 0x1881f4fff CoreUI arm64  <bacbb777bd8d370eaced7715482597cb> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
0x1881f8000 - 0x18821dfff DictionaryServices arm64  <57ed0f1ec6ba3b9d863ce1779c28224b> /System/Library/PrivateFrameworks/DictionaryServices.framework/DictionaryServices
0x188220000 - 0x188220fff HangTracer arm64  <e5d52de1bdc9359fa5bd342296ed4ec5> /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer
0x188224000 - 0x188272fff PhysicsKit arm64  <dcf7b4ad47f931819a7932e67e3fe634> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
0x188274000 - 0x18834afff UIFoundation arm64  <f60afc23776d3b78b235b21d13367c53> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
0x18834c000 - 0x188f76fff UIKit arm64  <74822453a3473710a19d8e14887476ed> /System/Library/Frameworks/UIKit.framework/UIKit
0x188f78000 - 0x188f99fff CoreBluetooth arm64  <76f7013f4dfb339f818ece965d5626ba> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
0x188f9c000 - 0x188fc1fff DataAccessExpress arm64  <1d44ae1367253d7591c9cf2f5d1eb222> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x188fc4000 - 0x188fddfff NetworkStatistics arm64  <cd7ca8ce1976376db2da4d41867548b7> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics
0x188fe0000 - 0x18905bfff AddressBook arm64  <71260a3c82443a4bb92e4498d32214e1> /System/Library/Frameworks/AddressBook.framework/AddressBook
0x18905c000 - 0x189169fff CoreMotion arm64  <527b843c3c103aae8760917fdfb5ce39> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
0x18916c000 - 0x18917cfff CacheDelete arm64  <1da45befb67830798b2ac76666592a22> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
0x189180000 - 0x18918dfff CoreAUC arm64  <50b9436d371830049d96a0899d63c990> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC
0x189190000 - 0x1895adfff MediaToolbox arm64  <625173ced1c13a40aa1181ce19c181c0> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
0x1895b0000 - 0x189731fff Celestial arm64  <8de8361925063ecb89375ce7c07e3fe1> /System/Library/PrivateFrameworks/Celestial.framework/Celestial
0x189734000 - 0x189740fff IntlPreferences arm64  <a805dd38965c38b0a710d261114cfed6> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
0x189744000 - 0x189746fff CoreDuetDebugLogging arm64  <655fa6286a0936e68790f2ce3561ca79> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging
0x189748000 - 0x18975dfff CoreDuetDaemonProtocol arm64  <714a1bee94cb3221b3b30e65b254c3eb> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol
0x189760000 - 0x189813fff CoreDuet arm64  <513b2f574264310e9191009043da7fcf> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet
0x189814000 - 0x189815fff BTLEAudioController arm64  <b85ebedf5fb83a0db9a411f597580645> /System/Library/PrivateFrameworks/BTLEAudioController.framework/BTLEAudioController
0x189818000 - 0x189890fff libAVFAudio.dylib arm64  <edfb52dce3123301bc28a5cc357fa360> /System/Library/Frameworks/AVFoundation.framework/libAVFAudio.dylib
0x189894000 - 0x189a14fff AVFoundation arm64  <5391ef38348630d79d84d39cbe934bf4> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x189a18000 - 0x189a49fff libtidy.A.dylib arm64  <d1d241469c703631885e931f79c27f01> /usr/lib/libtidy.A.dylib
0x189a4c000 - 0x189abdfff IMFoundation arm64  <859f03d79484334d88a9277be401cb21> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
0x189ac0000 - 0x189f4bfff GeoServices arm64  <d8708df9ba013fec9e7dbed294f865a6> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
0x189f4c000 - 0x189f4dfff DiagnosticLogCollection arm64  <541e39a8b735302284bd7a772c1721f6> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/DiagnosticLogCollection
0x189f50000 - 0x189f51fff Marco arm64  <7218e89a585335fcbf0aa7a82928790c> /System/Library/PrivateFrameworks/Marco.framework/Marco
0x189f54000 - 0x189fbdfff CoreLocation arm64  <dcdc449271373f0d8ab8457c2a15fcad> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x189fc0000 - 0x189fc5fff ConstantClasses arm64  <c921eb0367713aebb9f6477ef9a402ac> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
0x189fc8000 - 0x189fd3fff libChineseTokenizer.dylib arm64  <12cb857d186b341f9ad1c8ee75095ee5> /usr/lib/libChineseTokenizer.dylib
0x189fd4000 - 0x18a233fff libmecabra.dylib arm64  <56174cda77c136dfb0a165d9a3dd8ba7> /usr/lib/libmecabra.dylib
0x18a234000 - 0x18a267fff IDSFoundation arm64  <c93ac9d176a73211a9756ffb8876423e> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
0x18a268000 - 0x18a2e4fff IDS arm64  <da0ad813a8573c039e430c157553615a> /System/Library/PrivateFrameworks/IDS.framework/IDS
0x18a2e8000 - 0x18a303fff MediaServices arm64  <b7baca3d88483ca7905677e171504e3e> /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices
0x18a304000 - 0x18a328fff AuthKit arm64  <6a158c46904239b3bd40b216298c13b4> /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit
0x18a32c000 - 0x18a331fff libheimdal-asn1.dylib arm64  <2cdbd8d18d663aafb7fbb18c2235f1c6> /usr/lib/libheimdal-asn1.dylib
0x18a334000 - 0x18a3a8fff MediaRemote arm64  <091d8cec1e7039a8840168bfce76d0c2> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
0x18a3ac000 - 0x18a4ddfff MobileSpotlightIndex arm64  <3270034e3e673991b45c6d024673bea4> /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex
0x18a4e0000 - 0x18a4fbfff PlugInKit arm64  <9873a864a2d234f688f54f2282d308a4> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
0x18a4fc000 - 0x18a525fff ProtectedCloudStorage arm64  <95a7da68e143346f99734b3597d735a5> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage
0x18a528000 - 0x18a543fff libresolv.9.dylib arm64  <0062ade5d59d35ecbb8bf9c15b88d6f8> /usr/lib/libresolv.9.dylib
0x18a544000 - 0x18a559fff ApplePushService arm64  <16a78e3ead8030d48eec7c42b7e8313d> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x18a55c000 - 0x18a584fff ContactsFoundation arm64  <077217419e543968b36484df5ae997df> /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation
0x18a588000 - 0x18a58cfff ParsecSubscriptionServiceSupport arm64  <b4de49b268b938549860d06f2dc62f97> /System/Library/PrivateFrameworks/ParsecSubscriptionServiceSupport.framework/ParsecSubscriptionServiceSupport
0x18a590000 - 0x18a618fff Contacts arm64  <23af59b8261a33299973c47a5418bb47> /System/Library/Frameworks/Contacts.framework/Contacts
0x18a61c000 - 0x18a657fff CoreSpotlight arm64  <941ebdbba7603d419220d546fdec13e2> /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight
0x18a658000 - 0x18a677fff vCard arm64  <36a056bc1b983c248f5210d241bd1978> /System/Library/PrivateFrameworks/vCard.framework/vCard
0x18a678000 - 0x18a69cfff VoiceServices arm64  <9828c688cef339b1a1b5fa06a9ec1fcd> /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices
0x18a6a0000 - 0x18a6e6fff SAObjects arm64  <73d317171bd03290a80a724ce9b74b03> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects
0x18a6e8000 - 0x18a6eafff CommonAuth arm64  <38dc2b74c43034c5902810188fe4cc8c> /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth
0x18a6ec000 - 0x18a759fff Heimdal arm64  <40f27b54ddff3a018cbbda1ccd280e4f> /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal
0x18a75c000 - 0x18a785fff GSS arm64  <03e9cbf8ff0c3f2594f933f040f57bb4> /System/Library/Frameworks/GSS.framework/GSS
0x18a788000 - 0x18a7dffff AssistantServices arm64  <90e4bd445a923f3e9f6564bdf7cd4f92> /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices
0x18a7ec000 - 0x18a7f5fff FMCoreLite arm64  <44e0d1b8456f3e68a1ae5a73ba3e410d> /System/Library/PrivateFrameworks/FMCoreLite.framework/FMCoreLite
0x18a7f8000 - 0x18a7fbfff MessageSupport arm64  <9641881b1bce3a55a35136f5d97761ae> /System/Library/PrivateFrameworks/MessageSupport.framework/MessageSupport
0x18a7fc000 - 0x18a843fff MIME arm64  <6a5cc8207ddf3b18ba4c143bb0b82907> /System/Library/PrivateFrameworks/MIME.framework/MIME
0x18a844000 - 0x18a84afff AOSNotification arm64  <cb3052f7946f3bbaa2cfca996e017d21> /System/Library/PrivateFrameworks/AOSNotification.framework/AOSNotification
0x18a84c000 - 0x18a8b1fff AccountsDaemon arm64  <03b419827ad53651b191add5755768f8> /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon
0x18a8b4000 - 0x18a8cefff AppleIDSSOAuthentication arm64  <e34d45fbe2fb3e2aa8dce4749fa6ac17> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication
0x18a8d0000 - 0x18a8dffff MailServices arm64  <e726a50fd17e345d9fa5468a6e24fa52> /System/Library/PrivateFrameworks/MailServices.framework/MailServices
0x18a8e0000 - 0x18a93cfff AppleAccount arm64  <564e60929f3133db901d3ee8bb5007b2> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
0x18a940000 - 0x18a944fff CommunicationsFilter arm64  <d05489de120a3f5398b2c09b25d725f6> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter
0x18a948000 - 0x18a96cfff ChunkingLibrary arm64  <5ad8b7937ec334709934a8ad10ab8012> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
0x18a970000 - 0x18a97afff CaptiveNetwork arm64  <37fe3b4a0b3534c6bfc0e370775bb6b9> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x18a97c000 - 0x18a9a2fff EAP8021X arm64  <8572a81dd7f63a55aecfb18ea02cf824> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x18a9a4000 - 0x18a9a9fff AssetCacheServices arm64  <048dcff988ef32a38008bf337d776629> /System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices
0x18a9ac000 - 0x18aa21fff MMCS arm64  <369f07feec153e9fb2bbd575d0f3b20b> /System/Library/PrivateFrameworks/MMCS.framework/MMCS
0x18aa24000 - 0x18aa36fff MobileWiFi arm64  <c2fcb7a03c6b3a06903a14e66f764cbb> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x18aa38000 - 0x18aa79fff ContentIndex arm64  <93db7a7976f73056b169703a57c4c242> /System/Library/PrivateFrameworks/ContentIndex.framework/ContentIndex
0x18aa7c000 - 0x18aa84fff MobileIcons arm64  <125f5adeb75e3d42adae428165b62cb3> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
0x18aa88000 - 0x18aa94fff MobileBluetooth arm64  <54552d073577376d8a36de0056dd91b5> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
0x18aa98000 - 0x18aad0fff NanoRegistry arm64  <d1152fafcbf9342195c4154e0b130857> /System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry
0x18aad4000 - 0x18aadbfff BluetoothManager arm64  <cab4821177243bd39ef3a8d54e4cd708> /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager
0x18aadc000 - 0x18ab0cfff Bom arm64  <774d3a8c549537bfae570bb88c6ae221> /System/Library/PrivateFrameworks/Bom.framework/Bom
0x18ab10000 - 0x18ab16fff CertUI arm64  <4cd4733b7c1333f3af7a08db67cad29a> /System/Library/PrivateFrameworks/CertUI.framework/CertUI
0x18ab18000 - 0x18ab4cfff FTServices arm64  <e8288c92d6f9322d9ded0648ca2cf3f5> /System/Library/PrivateFrameworks/FTServices.framework/FTServices
0x18ab50000 - 0x18ababfff CoreDAV arm64  <fbe40edaa21a3a1185498799743dd63f> /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV
0x18abac000 - 0x18abb5fff BaseBoardUI arm64  <289661f1609e363e86cc98e751a84f2d> /System/Library/PrivateFrameworks/BaseBoardUI.framework/BaseBoardUI
0x18abb8000 - 0x18abc5fff UserManagement arm64  <743b1ce4ad0333cd8513d0680091caec> /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement
0x18abc8000 - 0x18ac93fff CorePDF arm64  <1da5c562c8ac3e30a12e914da1f597af> /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF
0x18ac94000 - 0x18acc9fff iCalendar arm64  <be9bb846dc8c3d1d8b7926312a869b05> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
0x18accc000 - 0x18acd4fff libtzupdate.dylib arm64  <dd888d6b62023de3af2f80d1eb2c655c> /usr/lib/libtzupdate.dylib
0x18acd8000 - 0x18ad24fff CalendarFoundation arm64  <32ca5e5d156637a5b6b78705152c8c27> /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation
0x18ad28000 - 0x18ad2efff IncomingCallFilter arm64  <be64bfdac8a735358c70938f5045a516> /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter
0x18ad30000 - 0x18ae11fff Preferences arm64  <efef98b2ac3e38988ce202a90c5f997b> /System/Library/PrivateFrameworks/Preferences.framework/Preferences
0x18ae14000 - 0x18ae99fff CalendarDatabase arm64  <304abd333ed0381384e7991f63fa259d> /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase
0x18ae9c000 - 0x18aed2fff CalendarDaemon arm64  <369577d1e024358faeec8063583cce6a> /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon
0x18aed4000 - 0x18af66fff EventKit arm64  <e2dbedbb4f3934dba6a3aff4ae251220> /System/Library/Frameworks/EventKit.framework/EventKit
0x18af68000 - 0x18b24ffff WebKit arm64  <428666a61ee13efb9f7eb96c48f655ee> /System/Library/Frameworks/WebKit.framework/WebKit
0x18b250000 - 0x18b285fff WebBookmarks arm64  <25875696bfc33d839d884d453c40dff3> /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks
0x18b288000 - 0x18b38afff ContactsUI arm64  <ae84f6881abe38e8af97f08bcdd389a0> /System/Library/Frameworks/ContactsUI.framework/ContactsUI
0x18b38c000 - 0x18b76dfff ModelIO arm64  <a9a9a723a78934e4b83b0a36d95518e7> /System/Library/Frameworks/ModelIO.framework/ModelIO
0x18b770000 - 0x18b776fff DAAPKit arm64  <87e48b7832d23d5181cae92b86ba8db7> /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit
0x18b778000 - 0x18b7f6fff CoreSymbolication arm64  <19811191ce553bdf9fe2a7add475285d> /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication
0x18b7f8000 - 0x18b85bfff TelephonyUtilities arm64  <7d15e62388fc3065af5b0916f96c08c4> /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities
0x18b85c000 - 0x18b88afff GLKit arm64  <70ffbfe618163b2abd8b583246aed3b9> /System/Library/Frameworks/GLKit.framework/GLKit
0x18b88c000 - 0x18badbfff MusicLibrary arm64  <cea6dd7515003a6cbacfe5675883ac97> /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
0x18badc000 - 0x18bb1cfff Notes arm64  <a5bb71062ff2389e8cafdb78a451d6ce> /System/Library/PrivateFrameworks/Notes.framework/Notes
0x18bb20000 - 0x18bbf6fff AddressBookUI arm64  <fe85476981e6349fa99d4d921c8948dd> /System/Library/Frameworks/AddressBookUI.framework/AddressBookUI
0x18bbf8000 - 0x18bcb1fff CloudKit arm64  <b51486b5b1523bf0a284fbe66d0e4121> /System/Library/Frameworks/CloudKit.framework/CloudKit
0x18bcb4000 - 0x18bcf9fff iTunesStore arm64  <f84d3553c02b34b48b234e780a5bdd4c> /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore
0x18bcfc000 - 0x18bd02fff CloudPhotoServices arm64  <096b42c894d03a4487e71b2a6f727844> /System/Library/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices
0x18bd04000 - 0x18bde2fff CloudPhotoLibrary arm64  <904d27be0ea23047b35b932c80ccd2b1> /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary
0x18bde4000 - 0x18be34fff DataAccess arm64  <14814ca18b4936d58055226b22c1476a> /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess
0x18be38000 - 0x18be5dfff AssetsLibraryServices arm64  <f1315a73fa263ceab92b79a55fe7db03> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
0x18be60000 - 0x18befdfff HomeSharing arm64  <0f9d7beb224f37ce9aa2a36eafcdb294> /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing
0x18bf00000 - 0x18bf2dfff ACTFramework arm64  <0409924e10333a6eb3ed1f6d82a4449c> /System/Library/PrivateFrameworks/ACTFramework.framework/ACTFramework
0x18bf30000 - 0x18bf3bfff DCIMServices arm64  <e133669e4366331681bd6bac69d50f8e> /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices
0x18bf3c000 - 0x18c068fff CoreMediaStream arm64  <c61e47db323c31b697c2e9124451a903> /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream
0x18c06c000 - 0x18c083fff PhotosFormats arm64  <22e8d4fe173d3876bf83b2033b296793> /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats
0x18c084000 - 0x18c08bfff XPCKit arm64  <2065caa877c13fae973b8a5ef792a482> /System/Library/PrivateFrameworks/XPCKit.framework/XPCKit
0x18c08c000 - 0x18c305fff MediaPlayer arm64  <f53e638ad9cc35878e572b70ec2a731b> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
0x18c308000 - 0x18c3f0fff CameraKit arm64  <142953a8efb038d78de3d1a027defb9f> /System/Library/PrivateFrameworks/CameraKit.framework/CameraKit
0x18c3f4000 - 0x18c3fbfff CoreTime arm64  <677d29f5f577366da2179ec4bbd4b483> /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime
0x18c3fc000 - 0x18c417fff MediaStream arm64  <ad6ace54680c3038ab2f4fef6e36283d> /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream
0x18c418000 - 0x18c753fff PhotoLibraryServices arm64  <262b87e223f2392db4fdbc65e4e3a694> /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices
0x18c754000 - 0x18c78afff PrototypeTools arm64  <4269f5c9aa5b3b6f8f0e03c212b15a1a> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools
0x18c7fc000 - 0x18c81ffff ScreenReaderCore arm64  <66f7d678c43d307d9eedf4c546457ba4> /System/Library/PrivateFrameworks/ScreenReaderCore.framework/ScreenReaderCore
0x18c820000 - 0x18c89ffff BulletinBoard arm64  <dd0ea343c3a6382198dd409bf5151c7a> /System/Library/PrivateFrameworks/BulletinBoard.framework/BulletinBoard
0x18c8a0000 - 0x18c8a0fff MobileObliteration arm64  <884c07990cd334f291625e95930a77c3> /System/Library/PrivateFrameworks/MobileObliteration.framework/MobileObliteration
0x18c8a4000 - 0x18c8bcfff TextToSpeech arm64  <0bede2a6f7c433398120ae052afce687> /System/Library/PrivateFrameworks/TextToSpeech.framework/TextToSpeech
0x18c8c0000 - 0x18c91cfff SpringBoardFoundation arm64  <86679ebcc5513c08b0e7758601ba978f> /System/Library/PrivateFrameworks/SpringBoardFoundation.framework/SpringBoardFoundation
0x18c920000 - 0x18c922fff libAXSafeCategoryBundle.dylib arm64  <f942357d91d43454995e5d7704f7a540> /usr/lib/libAXSafeCategoryBundle.dylib
0x18c924000 - 0x18c92cfff libAXSpeechManager.dylib arm64  <614c1dd0721a3983847c3280119ccb69> /usr/lib/libAXSpeechManager.dylib
0x18c930000 - 0x18c9b1fff AccessibilityUtilities arm64  <c1c2588797373175a22d62028108aa55> /System/Library/PrivateFrameworks/AccessibilityUtilities.framework/AccessibilityUtilities
0x18c9b4000 - 0x18cad4fff Message arm64  <9174c619f7ec33fa94e4f50af1648873> /System/Library/PrivateFrameworks/Message.framework/Message
0x18cad8000 - 0x18caf2fff CertInfo arm64  <e46ba41c34093719acae27f04cc82def> /System/Library/PrivateFrameworks/CertInfo.framework/CertInfo
0x18caf4000 - 0x18cb39fff TelephonyUI arm64  <f9cd98325b8a33e68b573b878abf8da1> /System/Library/PrivateFrameworks/TelephonyUI.framework/TelephonyUI
0x18cb3c000 - 0x18cb5cfff ToneLibrary arm64  <1ed389ae3ebd3f8f8fe1bfccb2f78657> /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary
0x18cb90000 - 0x18cbb7fff AccountsUI arm64  <8cd5b327413931d3accf0c51a473b92f> /System/Library/PrivateFrameworks/AccountsUI.framework/AccountsUI
0x18cbb8000 - 0x18cbd7fff DataDetectorsCore arm64  <e534e92035623e628d8a939656153c95> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
0x18cbd8000 - 0x18cbe3fff NotificationsUI arm64  <07e3ce2de24133a09aa74804043c00df> /System/Library/PrivateFrameworks/NotificationsUI.framework/NotificationsUI
0x18cbe4000 - 0x18cbe9fff ProgressUI arm64  <9cb396c5b7933eb5a7a59cef32d82a1c> /System/Library/PrivateFrameworks/ProgressUI.framework/ProgressUI
0x18ce70000 - 0x18cea4fff SpringBoardUIServices arm64  <efcc927ff9fb3f7b905bb5d57996a1f0> /System/Library/PrivateFrameworks/SpringBoardUIServices.framework/SpringBoardUIServices
0x18d044000 - 0x18d05cfff GenerationalStorage arm64  <7d341afa05e93ad088940994734cfcb0> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage
0x18d060000 - 0x18d06bfff CoreRecents arm64  <7987b352c8c6384591c07272a5bf18ad> /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents
0x18d070000 - 0x18d076fff AccessibilityUIUtilities arm64  <94b3870593ea3735ad6210a08eccbc46> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUIUtilities.framework/AccessibilityUIUtilities
0x18d11c000 - 0x18d12ffff AssetsLibrary arm64  <90c1bc7f54f934eead07e2b6fa808b9c> /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary
0x18d130000 - 0x18d14bfff SpringBoardUI arm64  <d8bc5188da9536e68919b7ffbff2c9b8> /System/Library/PrivateFrameworks/SpringBoardUI.framework/SpringBoardUI
0x18d14c000 - 0x18d7aafff VectorKit arm64  <a6b135558e753a83979a425feb85e8e9> /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit
0x18d7ac000 - 0x18d93dfff MapKit arm64  <9081f76d66983b75882804ad11fb9e14> /System/Library/Frameworks/MapKit.framework/MapKit
0x18d95c000 - 0x18d95efff FTClientServices arm64  <b304ea6ec5a0396aa3924db909d8312f> /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices
0x18d960000 - 0x18d96efff QuickLookThumbnailing arm64  <ee86d88444453c0383e859bfc732fb92> /System/Library/PrivateFrameworks/QuickLookThumbnailing.framework/QuickLookThumbnailing
0x18da38000 - 0x18da8cfff QuickLook arm64  <f9aea8634c013da1b70711a084adf703> /System/Library/Frameworks/QuickLook.framework/QuickLook
0x18dad8000 - 0x18db0efff ContactsAutocomplete arm64  <6a75152b6cd03f12b23868b55c3e2d7d> /System/Library/PrivateFrameworks/ContactsAutocomplete.framework/ContactsAutocomplete
0x18db20000 - 0x18dbfcfff MessageUI arm64  <040c4fcc3e5238ef8d32c5b768dede33> /System/Library/Frameworks/MessageUI.framework/MessageUI
0x18dc4c000 - 0x18dcebfff Social arm64  <91ed595fddfd38ec888835cf761a2776> /System/Library/Frameworks/Social.framework/Social
0x18ddd0000 - 0x18dde5fff FTAWD arm64  <c80e635c0d2f3d52860c4cc788a94b05> /System/Library/PrivateFrameworks/FTAWD.framework/FTAWD
0x18de54000 - 0x18df12fff IMCore arm64  <1e928acd52da3ae28344f27c8276a5b6> /System/Library/PrivateFrameworks/IMCore.framework/IMCore
0x18dfe0000 - 0x18dff8fff SharedUtils arm64  <e19226c9c0aa3f52840cec3f813dab64> /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils
0x18e2d4000 - 0x18e2dffff LocalAuthentication arm64  <2cdcac4b84d6305490e363402f64e3dd> /System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication
0x18e2e0000 - 0x18e306fff CalendarUIKit arm64  <63455f794d393068b467ac29ffa3aaa5> /System/Library/PrivateFrameworks/CalendarUIKit.framework/CalendarUIKit
0x18e328000 - 0x18e332fff SetupAssistant arm64  <b09f685b75393dd78daf5fe408097664> /System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant
0x18e364000 - 0x18e4e7fff EventKitUI arm64  <c5d9ee795c9a3e97b7eaf9a74cb9c965> /System/Library/Frameworks/EventKitUI.framework/EventKitUI
0x18e778000 - 0x18e957fff SafariShared arm64  <3415a71de213389184c3a0d5609c2ac5> /System/Library/PrivateFrameworks/SafariShared.framework/SafariShared
0x18eae4000 - 0x18eb4efff IMAVCore arm64  <77e9d6ca1d533b4ab778a398257651f6> /System/Library/PrivateFrameworks/IMAVCore.framework/IMAVCore
0x18f128000 - 0x18f164fff WebUI arm64  <1876bf4261a03d8bb35fb50b5543abba> /System/Library/PrivateFrameworks/WebUI.framework/WebUI
0x18f5c8000 - 0x18f63efff SafariServices arm64  <ef76f421a72930ff8d413cca78bc71c7> /System/Library/Frameworks/SafariServices.framework/SafariServices
0x18fd5c000 - 0x18fd74fff FlightUtilities arm64  <951cad333fe43e74ace23a7727501112> /System/Library/PrivateFrameworks/FlightUtilities.framework/FlightUtilities
0x190ec8000 - 0x190ed0fff AccessibilityUI arm64  <c93beac230153dcb997226563ec417ba> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUI.framework/AccessibilityUI
0x190f14000 - 0x190f3efff DataDetectorsUI arm64  <14de0a416f68333faa3096270b3d49b5> /System/Library/PrivateFrameworks/DataDetectorsUI.framework/DataDetectorsUI
0x192044000 - 0x19209dfff CoreBrightness arm64  <8c2c394263c23a828d18060f5935dbdd> /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness
0x19269c000 - 0x1926a0fff ZoomServices arm64  <e9581830b4aa3601b8c04013f7b5fed2> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/ZoomServices.framework/ZoomServices
0x1948d8000 - 0x1948e1fff AccessibilitySettingsLoader arm64  <fa5a71c9143538969886590d543357aa> /System/Library/AccessibilityBundles/AccessibilitySettingsLoader.bundle/AccessibilitySettingsLoader
0x194e20000 - 0x194e32fff libCGInterfaces.dylib arm64  <c4505720159f37a7ac9aa8fc453a5cdb> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib
0x196ac8000 - 0x196aedfff CoreServicesInternal arm64  <ffacf4a14f233cd68f6e6e8d7e61105f> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal
0x196e10000 - 0x196e1bfff libGSFontCache.dylib arm64  <3d5c9e8399f73f23b5d8d0875787866d> /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib
0x1985fc000 - 0x198629fff SafariSafeBrowsing arm64  <ccd7a02e984b3ee8ab7cfc5c179bd9bf> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/SafariSafeBrowsing
0x1988b4000 - 0x199887fff KBLayouts_iPhone.dylib arm64  <3531cd3b6d9f32508d5b756f0c2959ef> /System/Library/PrivateFrameworks/TextInput.framework/KBLayouts_iPhone.dylib

This is My code:

#import "MusicUploadDescTableViewCell.h"
#import <SZTextView.h>

@interface MusicUploadDescTableViewCell ()

@property (nonatomic, strong) SZTextView *musicDesc;

@end

@implementation MusicUploadDescTableViewCell

- (void)awakeFromNib {
    [super awakeFromNib];
    // Initialization code

    //textview
    _musicDesc = [SZTextView new];
    _musicDesc.placeholder = @"blabla...";
    _musicDesc.placeholderTextColor = kUIColorFromRGB(0xaaaaaa);
    _musicDesc.font = kSetFont(12);
    _musicDesc.layer.cornerRadius = 5;
    _musicDesc.layer.borderColor = kUIColorFromRGB(0xe1e1e1).CGColor;
    _musicDesc.layer.borderWidth = 1;
    [self addSubview:_musicDesc];
}

- (void)layoutSubviews
{
    [super layoutSubviews];

    WS(weakSelf);
    UIView *superView = weakSelf;
    [_musicDesc mas_makeConstraints:^(MASConstraintMaker *make) {
        make.top.equalTo(superView.mas_top);
        make.left.equalTo(superView.mas_left).with.offset(9);
        make.bottom.equalTo(superView.mas_bottom);
        make.right.equalTo(superView.mas_right).with.offset(-9);
    }];

    UITextView *placeholderTextView = [_musicDesc valueForKey:@"_placeholderTextView"];
    [placeholderTextView mas_makeConstraints:^(MASConstraintMaker *make) {
        make.top.equalTo(_musicDesc.mas_top).with.offset(6);
        make.left.equalTo(_musicDesc.mas_left).with.offset(6);
    }];
}

- (void)setSelected:(BOOL)selected animated:(BOOL)animated {
    [super setSelected:selected animated:animated];

    // Configure the view for the selected state
}

@end
glaszig commented 8 years ago

i see you're using snapkit/masonry. i have no experience with these frameworks and/or how to use them, sorry.