 
            
              집돌이
            
            @_silgen_name
Followers
                1K
              Following
                536
              Media
                2K
              Statuses
                4K
              
              
              Seoul, Republic of Korea
            
            
              
              Joined March 2019
            
            
           I experienced a strange issue where the view’s frame changed every time the keyboard appeared. The cause turned out to be that someone had integrated IQKeyboardManager into the app.  https://t.co/W1pBHbAoTM  I finally found the cause by setting a breakpoint on `-[UIView 
          
                
                0
              
              
                
                0
              
              
                
                8
              
             AppMigrationKit is brand new in iOS 26.1 and appears to aid in transfering from iOS to Android. While there isn't much documentation about how to use it yet, I just wanted to share that this is a thing so we can all keep our eyes peeled for the future!  https://t.co/Yq5vxyPwto 
          
          
            
            developer.apple.com
              Perform a one-time transfer of your app’s on-device data to or from a device running another platform.
            
                
                1
              
              
                
                8
              
              
                
                66
              
             MySwiftUI - _UIHostingView, EmptyView, AnyView  https://t.co/8AW5ziKUCQ  Based on visionOS 26.0~26.1. Thanks to @KyleSwifter
          
          
                
                0
              
              
                
                1
              
              
                
                5
              
            
             https://t.co/1belSkoQcq(bySetting:value:of:)와 
             https://t.co/1belSkoQcq(bySettingHour:minute:second:of:matchingPolicy:repeatedTimePolicy:direction:)에  대해 전자의 경우 미래에 근접한 날짜를 가져온다. 예를 들어 2025/10/27에 Day - 1을 설정하면 2025/11/01을 가져온다. 후자는 인자로
          
          
                
                0
              
              
                
                0
              
              
                
                0
              
             URLRequest을 전달하여 Background에서 Upload하는 방식이네 
          
          
                
                0
              
              
                
                0
              
              
                
                2
              
             For anyone struggling with SwiftUI's List + ForEach's bad performance, you can enable "-LogForEachSlowPath YES" in your launch argument to make SUI log warning for you. 
          
                
                5
              
              
                
                25
              
              
                
                222
              
             SwiftUI Disassemble을 하다가 _defaultStyleModifierProtocolDescriptor가 이해가 안 가서 OpenSwiftUI를 봤더니  https://t.co/scjiN0DGCB 
             https://t.co/7hxjeYvwnd  protocol descriptor를 가져와서 swift_conformsToProtocol로 type이 protocol을 conform하는지 확인하는 거였다. `is` keyword는
          
          
            
            github.com
              Open source implementation of Apple's SwiftUI. Contribute to OpenSwiftUIProject/OpenSwiftUI development by creating an account on GitHub.
            
                
                0
              
              
                
                0
              
              
                
                7
              
             이렇게 하나의 Register에 char가 여러 개 있다면 오른쪽으로 Shift해서 출력할 수 있네 아니면 malloc하고 값을 주입한 뒤에 po (char *)ptr 해도 되고 
          
                
                1
              
              
                
                1
              
              
                
                4
              
             SwiftUI Disassembly를 하다가 Pointer 주소의 0~F 자리는 0/8으로 고정이니, 여기에 값을 우겨넣는 기법도 있네 
          
                
                1
              
              
                
                1
              
              
                
                5
              
             Enum의 Associated Value에 Bool이 있으면 그 Bool은 추가 Bit를 가지지 않고 추가 case를 가진다. 
          
                
                0
              
              
                
                0
              
              
                
                3
              
             어떤 protocol method가 실행되는지 알려면 1. swift_getObjectType에서 나온 type에 offset이 더해질 것 (사진의 경우 0x28) 2. 해당 type의 protocol witness table에 offset 만큼 더하면 됨 
          
                
                0
              
              
                
                0
              
              
                
                2
              
             
             
               
             
              