Category Archives: Uncategorized

JLConsoleLog

What is JLConsoleLog? JLConsoleLog is an awesome tool In-App to help swift developer log information in both development and production environment. You won’t miss any key and useful logs about the bugs in non-debug mode. You also can integrate it in your project’s backdoor toolkit, it will help you solve vital issues. How to operate… Read More »

JLQuizCard

App Store https://apps.apple.com/us/app/wallcard/id1601311095 What is JLQuizCard? JLQuizCard is little Anki card app developed with SwiftUI. You can swipe the card to shift questions, and edit your questions and answers. The flippable effect derives from an Apple watchkit sample, PopQuiz. 28.03.2021 Update: Now, you can import batch card from CSV file (The head is question, answer,… Read More »

Architecture of Complex Live Stream Controller

##Problems & Analysis In a live stream application, the live stream studio viewController is the most intricate page where there are lots of configurable widgets of kinds of businesses. In my past experience of working, I met that there are nearly 100 widgets on one page and more than ten different types of studio pages.… Read More »

Talk about Aspect Oriented Programming in iOS

1. What’s the Aspect Oriented Programming? The Apsect Oriented Programming (AOP) is usually used in backend development. But it’s more and more popular in clients programming recent days. You can find out the definition in Wikipedia: In computing, AOP is a programming paradigm that aims to increase modularity by allowing the separation of cross-cutting concerns.… Read More »