SwiftUI dev
Photo
What will be printed on the screen?
Что выведется н экран?
  Что выведется н экран?
Anonymous Quiz
    5%
    ABA
      
    61%
    ABB
      
    31%
    AAB
      
    4%
    AAA
      
    
  SwiftUI dev
Photo
What will be printed on the screen?
Что выведется на экран?
  Что выведется на экран?
Anonymous Quiz
    57%
    B: b
      
    21%
    B: a
      
    9%
    A: b
      
    13%
    A: a
      
    👍8🤬6👎2🔥2
  
  SwiftUI dev
Photo
What will be printed on the screen?
Что выведется на экран?
  Что выведется на экран?
Anonymous Quiz
    9%
    meow, meow, meow, roar
      
    39%
    meow, growl, meow, roar
      
    11%
    meow, meow, growl, roar
      
    41%
    meow, growl, growl, roar
      
    👍13💩4
  This media is not supported in your browser
    VIEW IN TELEGRAM
  🎢🚁 Слайдер изображений с эффектом page view контроллера. 
Код здесь.
🌇🎥 Let's create spectacular image slider with page view controller effect using pure SwiftUI.
Code is here.
#tasty #groovy
@swiftui_dev
Код здесь.
🌇🎥 Let's create spectacular image slider with page view controller effect using pure SwiftUI.
Code is here.
#tasty #groovy
@swiftui_dev
🔥16👍1💩1🤡1
  
  SwiftUI dev
Patched Yandex maps mobile as SwiftPM working on Xcode > 13.3 on M1, however waiting for official release announced last week))  Пропатченная версия Яндекс карт, собранная как SwiftPM, работающая на Xcode старше 13.3 на M1, так или иначе ждём официального…
🗺️📍Обновил YandexMapsMobile (full и lite) с поддержкой SwiftPM до версии 4.3.2
🗺️📍Just updated YandexMapsMobile with SwiftPM to 4.3.2 version
Full and lite versions
#swiftpm #getsources
  
  🗺️📍Just updated YandexMapsMobile with SwiftPM to 4.3.2 version
Full and lite versions
#swiftpm #getsources
GitHub
  
  GitHub - c-villain/YandexMapsMobile: Yandex Maps Mobile full Swift package
  Yandex Maps Mobile full Swift package. Contribute to c-villain/YandexMapsMobile development by creating an account on GitHub.
👍2❤1
  Media is too big
    VIEW IN TELEGRAM
  🖼️🤳 Сториз с 3d переходом между кадрами (поддержка iOS 14+)
За кодом сюда
🖼️🤳 Stories on pure SwiftUI (iOS 14+) with 3d-cube animation for transition between scenes and timer for each slide
Code is here
#tasty #groovy
@swiftui_dev
За кодом сюда
🖼️🤳 Stories on pure SwiftUI (iOS 14+) with 3d-cube animation for transition between scenes and timer for each slide
Code is here
#tasty #groovy
@swiftui_dev
👍20🔥10
  🦉 Very nice package with the UI Components collection
🦍 Хорошая либа с ui компонентами
#swiftpm #getsources
  
  🦍 Хорошая либа с ui компонентами
#swiftpm #getsources
GitHub
  
  GitHub - VakhoKontridze/VComponents: VComponents is a SwiftUI collection that contains reusable UI components
  VComponents is a SwiftUI collection that contains reusable UI components - VakhoKontridze/VComponents
👍10🔥2
  ⚖️ Хорошая либа FluentUI от Microsoft как пример того, как можно хорошо структурировать дизайн-систему
👷♂️ Nice package Microsoft's Fluent UI as example how you can organize your design system
#swiftpm #howto #getsources #groovy
  
  👷♂️ Nice package Microsoft's Fluent UI as example how you can organize your design system
#swiftpm #howto #getsources #groovy
GitHub
  
  GitHub - microsoft/fluentui-apple: UIKit and AppKit controls for building native Microsoft experiences
  UIKit and AppKit controls for building native Microsoft experiences - microsoft/fluentui-apple
👍7
  This media is not supported in your browser
    VIEW IN TELEGRAM
  👷♂️👻Лайфхак для дебага вьюх. Цвет фона меняется при каждой отрисовки вью. Таким образом можно визуально увидеть, насколько часто меняются стэйты.
👾🤖View’s debugging life hack. Background color changes every time view’s rendering. So you can visual analize how often you change states for example.
#groovy
@swiftui_dev
👾🤖View’s debugging life hack. Background color changes every time view’s rendering. So you can visual analize how often you change states for example.
public extension Color {
    static var random: Color {
        Color (
            red: .random (in: 0...1.0),
            green: .random (in: 0...1.0),
            blue: .random (in: 0...1.0)
        )
    }
}
public extension View {
    @ViewBuilder
    func randomBackgroundColor() -> some View {
        background(Color.random)
    }
}#groovy
@swiftui_dev
🔥10👍3🥱2👎1