1. SwiftUI Beginner Course – Rethinking Strings
SwiftUI Beginner Tutorial | Rethinking Strings Hey everyone! Super excited to bring you Part 2 of...
- Article: Available Here
- Published On: 2/15/2025, 4:40:26 PM
- Writen By: carlosbbuild
2. ViewCode with UIKit
Introduction ViewCode is a UI building strategy commonly used in the Apple ecosystem...
- Article: Available Here
- Published On: 2/14/2025, 1:54:18 PM
- Writen By: raphacmartin
3. Xcode SF Shortcut CMD+Shift+L
Quick Tip This shortcut has saved me a lot of time—just press CMD + Shift + L to quickly search SF...
- Article: Available Here
- Published On: 2/14/2025, 3:59:02 PM
- Writen By: carlosbbuild
4. SwiftUI Beginner Course – TabView for Navigation
Hey everyone! My name is Carlos, and I’m excited to be here and part of this community. I’m a Hiring...
- Article: Available Here
- Published On: 2/14/2025, 3:07:13 PM
- Writen By: carlosbbuild
5. Remove Image Background - Flutter & Swift App
Remove Image Background - Flutter & Swift...
- Article: Available Here
- Published On: 2/12/2025, 4:52:58 PM
- Writen By: chmoez
6. Form validation in SwiftUI using Formidable
Ensure the rules and data consistency in your forms is the most important part of your app. This task...
- Article: Available Here
- Published On: 2/12/2025, 12:44:36 PM
- Writen By: didisouzacosta
7. A lightweight CLI for MacOS and Linux VMs on Apple Silicon
[https://github.com/trycua/lume] We just open-sourced Lume - a tool we built after hitting walls...
- Article: Available Here
- Published On: 2/10/2025, 5:38:59 PM
- Writen By: alessandropuppo
8. How do you reduce memory usage in iOS game development?
Problem Faced: Games consume high memory, leading to app crashes, performance issues, and low...
- Article: Available Here
- Published On: 2/10/2025, 4:22:24 PM
- Writen By: neville_adam
9. How do you implement AI pathfinding in iOS games using GameplayKit?
Problem Faced: Developers often face AI movement issues, such as characters getting stuck on...
- Article: Available Here
- Published On: 2/10/2025, 4:17:25 PM
- Writen By: neville_adam
10. How do you implement real-time multiplayer in iOS games using GameKit?
Problem Faced: Developers struggle with synchronizing real-time multiplayer game states across...
- Article: Available Here
- Published On: 2/10/2025, 12:27:08 PM
- Writen By: neville_adam
11. How do you optimize SpriteKit rendering performance for better FPS?
Problem Faced: When rendering multiple nodes in SpriteKit, developers often face frame rate drops and...
- Article: Available Here
- Published On: 2/10/2025, 11:03:49 AM
- Writen By: neville_adam
12. Introduction to Swift Testing: Apple's New Testing Framework
Introduction In September 2024, Apple released the macOS Sequoia 15, alongside Xcode 16....
- Article: Available Here
- Published On: 2/7/2025, 1:45:07 PM
- Writen By: raphacmartin
13. Need testers for ios beta app 😭
This is my first ever app. I really need some feedback. So far I've got one rude comment on reddit...
- Article: Available Here
- Published On: 2/5/2025, 6:48:07 PM
- Writen By: black_cat_mp3
14. 10 Underrated Swift Features You Probably Aren’t Using (But Should)
Swift is packed with cool tricks that often go unnoticed. While everyone obsesses over async/await...
- Article: Available Here
- Published On: 2/5/2025, 10:44:12 AM
- Writen By: balrajola
15. Store Conversion? More like Store Distraction.
Apple’s shiny Benchmark Metrics are BS, but don’t be fooled. I learned that the hard way while...
- Article: Available Here
- Published On: 2/4/2025, 12:15:02 AM
- Writen By: diegodotta
16. Debugging Memory Leaks With Instruments in XCode
Introduction Recently, we explored Memory Leaks and Retain Cycles in Swift, diving into...
- Article: Available Here
- Published On: 1/31/2025, 1:55:26 PM
- Writen By: raphacmartin
17. Get a TikTok Like App
Get a TikTok-Like App: Complete Feature List Creating a TikTok-like app is an exciting...
- Article: Available Here
- Published On: 1/30/2025, 4:24:27 AM
- Writen By: ammohitchaprana
18. Finding a Simple but Meaningful Idea
Photo by appleinsider This article is a reflection on my experience as a finalist in the Apple...
- Article: Available Here
- Published On: 1/26/2025, 8:15:50 AM
- Writen By: ramaadi
19. Understanding HealthKit Data Access: User Authorization and Blood Pressure Monitoring
Introduction HealthKit, Apple's framework for health and fitness data, has revolutionized...
- Article: Available Here
- Published On: 1/24/2025, 11:28:25 AM
- Writen By: chatgptnexus
20. Building a macOS Framework with Objective-C++ and C++ for Swift Barcode Detection
Dynamsoft currently provides only a C++ Barcode SDK for macOS. Previously, we built a macOS barcode...
- Article: Available Here
- Published On: 1/23/2025, 7:46:28 AM
- Writen By: yushulx
21. Creating a Custom YouTube Player in SwiftUI Using WKWebView
import SwiftUI import WebKit /** YouTubePlayerView
is a SwiftUI view that embeds a YouTube video...
- Article: Available Here
- Published On: 1/22/2025, 6:29:53 AM
- Writen By: fathima_a_1003
22. LeetCode75 - Merge Strings Alternately #1
Hi there ! This is going to be my first post on this platform. I decided to write down everything I...
- Article: Available Here
- Published On: 1/21/2025, 6:58:19 AM
- Writen By: dwikis17
23. Bubbles
Hoping to boost personal hygiene through emotional persuasion and societal pressure, Bubbles uses...
- Article: Available Here
- Published On: 1/19/2025, 3:11:44 AM
- Writen By: john_tang_b5d74881ef72d1c
24. Kotlin/Swift vs. React Native vs. Flutter – Which One Should You Choose?
Native vs. Cross-Platform: The Ultimate Mobile App Development Battle Kotlin/Swift vs. React Native...
- Article: Available Here
- Published On: 2/9/2025, 5:26:52 PM
- Writen By: raji_moshood_ee3a4c2638f6
25. LazyVStack Animation on Appearance and Disappearance
How can you fade out LazyVStack or LazyHStack item when it disappears, without animating when it...
- Article: Available Here
- Published On: 1/30/2025, 2:56:29 AM
- Writen By: noahkuwae
26. 【ChaoCode】 Swift 基礎篇 4:文字類型作業
Character 和 String 的差別 Character 是 String 中的單個元素,String 是由多個 Character 組成的字串。 .count...
- Article: Available Here
- Published On: 1/16/2025, 8:23:28 AM
- Writen By: too_leng
27. 【ChaoCode】 Swift 基礎篇 1:變數作業
檢查你是否學會了⋯⋯ 變數是什麼 建立變數 改變變數 小駝峰命名法 如何寫 comment 如何印出包含文字和變數的內容 概念: 用你的話解釋 var 和 let...
- Article: Available Here
- Published On: 1/16/2025, 7:29:21 AM
- Writen By: too_leng
28. MVVM directory structure for larger project
Key Additions: 1. Modularization: Break the app into separate modules (e.g., UserModule,...
- Article: Available Here
- Published On: 1/15/2025, 3:23:59 AM
- Writen By: pheak_pheasa
29. 7 Swift Hacks You Wish You Knew Sooner
You know that feeling when you write a code, only to realize later, there was a one-liner that...
- Article: Available Here
- Published On: 2/3/2025, 10:02:35 AM
- Writen By: balrajola
30. How to Convert a PDF to an Image in Swift
Converting a PDF file to an image is a common use case for any app that displays PDFs. An app might...
- Article: Available Here
- Published On: 2/11/2025, 6:44:53 AM
- Writen By: zubinajmera
#swift
Additional Technical Cheat Sheets
For further technical insights and quick references, explore these cheat sheets:
- Nmap - Cheat Sheet - For Beginners/Script Kiddies
- Stealth Tracerouting with 0trace – The Ultimate Cheat Sheet!
- File Compression in Terminal with the Ultimate 7‑Zip Cheat Sheet! 🚀
- Stealth Network Sniffing with This Ultimate 'Above' Tool Cheat Sheet!
- Advanced Forensic Format (AFF) Toolkit's Ultimate Cheat Sheet
Earn $100 Fast: AI + Notion Templates
Do you want to make extra money quickly? This guide shows you how to create and sell Notion templates step by step. Perfect for beginners or anyone looking for an easy way to start earning online.
Why Download This Guide?
- Start Making Money Fast: Follow a simple process to create templates people want and will buy.
- Save Time with AI: Learn to use tools like ChatGPT to design and improve templates.
- Join a Growing Market: More people are using Notion every day, and they need templates to save time and stay organized.
Includes Helpful Tools:
- ChatGPT Prompts PDF: Ready-made prompts to spark ideas and create templates faster.
- Checklist PDF: Stay on track as you work.
What’s Inside?
- Clear Steps to Follow: Learn everything from idea to sale.
- How to Find Popular Ideas: Research trends and needs.
- Using AI to Create: Tips for improving templates with AI tools.
- Making Templates User-Friendly: Simple tips for better design.
- Selling Your Templates: Advice on sharing and selling on platforms like Gumroad or Etsy.
- Fixing Common Problems: Solutions for issues like low sales or tricky designs.
Who Is This For?
- Anyone who wants to make extra money online.
- People who love using Notion and want to share their ideas.
- Creators looking for a simple way to start selling digital products.
Get your copy now and start making money today!
💰 Want to Earn 40% Commission?
Join our affiliate program and start making money by promoting well crafted products! Earn 40% on every sale you refer.
You'll get on average around 5$ per sell and for bundled products it will be around 40$ per sale. (So just share it and make money with worrying about product creation and maintanence)
🔗 Sign up as an affiliate here: Become an Affiliate