Skip to content
7 Red Bits 📱

7 Red Bits 📱

Apple Platforms Development

Search

Support: 7redbits@gmail.com

Developer Blog Posts

  • ProShelf — new photos feature
  • SwiftUI Adaptive Design: Creating Flexible UIs for All Devices
  • Xcode 16 fixes the annoying SwiftUI VStack(alignment:) code completion
  • Understanding Xcode Crash Logs and Symbolication
  • Unlocking Productivity: The Ultimate Guide to Xcode Keyboard Shortcuts

Adaptive Design Animations App Store Connect Auto-complete Crash Logs Finder GP Forecast iOS Keyboard shortcuts MacOS Objective-C Shortcuts Sonoma SwiftUI Widgets Xcode

App Portfolio

GP forecast

Featured on Vision Directory

AICoding

AICoding for macOS and iOS

Shop Total

Test Invest

Doctor OLED X

Doctor OLED

LisDog

Wildfire Report

Pitch-Black

SurfNWalk

Rapid Sale

Rapid Sale Pro

GoBrussels

StopCopy

OGM

Doctor OLED TV

Tag: iOS

Tips to avoid App Store rejections.

Here are some very common things that you easily can avoid to prevent App Store rejections.

  1. Keep screenshots actual
  2. Add a link to the Eula and privacy policy in the app description as well in your app, also on paywalls, check the the links still work
  3. Avoid trademarks in your meta data

Posted on February 26, 2024February 28, 2024Tags App Store Connect, iOS

iOS 13 block based animations in Objective-C

Since iOS 13 [UIView beginAnimation] and [UIView commitAnimations] are deprecated as you can see below.

Xcode yells at you that you must use the block-based animation API instead. You should use [UIView animateWithDuration] instead.

This can be achieved like this.

Posted on November 5, 2019November 5, 2019Tags Animations, iOS, Objective-C, Xcode
Proudly powered by WordPress