Skip to content
JOYNAL ABEDIN

JOYNAL ABEDIN

SOFTWARE ENGINEER

"The purpose of our life is to be happy"- Dalai Lama

  • Home
  • API
    • Web API
    • Swift API Call
      • Method 1 (URLSession)
      • Method 2 (Moya)
      • Method 3 (Combine 1)
      • Method 4 (Combine 2)
      • Using DataTask 1
      • Using Data Task 2
      • Using Data Task 3
      • Using Async Await 1
      • Using Async Await 2
  • WEB
    • .NET MVC CORE
    • HTML
    • CSS
    • BOOTSTRAP
    • JAVASCRIPT
    • Memory
  • iOS
    • Swift
    • SwiftUI
    • Animation SwiftUI
    • Combine
      • Combine Introductions
    • Objective-C
    • UI/Unit Test
      • Unit Test
      • Menu Ordering
      • UI Test
  • PROJECT
    • WEB DESIGN
    • IOS PROJECT
  • LANGUAGE
    • C
    • C++
    • C#
    • JAVA
    • PHP
    • PYTHON
  • RESEARCH
    • MACHINE LEARNING
      • Depression Analysis On Final Year Undergraduate Students Through Machine Learning Techniques
      • Titanic: Machine Learning from Disaster
    • ARTIFICIAL INTELLIGENCE
  • LINK
    • Github Link
    • LinkedIn Link
    • Website Link
    • All Important Link
  • About Me
  • Others

iOS

iOS Swift 

Create custom header file comments with Xcode Text Macros

26/07/202426/07/2024 joynal27 47 Comments comments, customheader, ios, macros, swift

In Xcode, you can create custom headers for your Swift files using text macros. Text macros allow you to automatically

Read more
iOS Others Pods & Package Swift 

How to Create a CocoadPods Library?

12/07/202412/07/2024 joynal27 343 Comments ios, pod, pods, swift

Building your own CocoaPods library in Swift involves several steps. Here’s a guide to help you get started: Make sure

Read more
Error iOS SHORT QUESTIONS 

error while build iOS app in Xcode : Sandbox: rsync.samba (13105) deny(1) file-write-create. How i will solved this issue?

11/07/202411/07/2024 joynal27 43 Comments error
Read more
iOS Others Swift 

How to remove Main.storyboard properly in swift?

25/03/202425/03/2024 joynal27 193 Comments delete storyboard, remove storyboard, set root

Step_1: Remove Main.storyboard from project file & select move to trash option. Step_2: Remove Main Storyboard File Base Name in

Read more
iOS Swift SwiftUI 

Properties in swift

27/10/202327/10/2023 joynal27 480 Comments didSet, get, properties, swift, willset

There are several properties such as: 1. Stored properties: Stored properties are those values that are contained within a constant

Read more
iOS Widget 

News Widget by SwiftUI

08/09/202308/09/2023 joynal27 176 Comments news, newswidget, swiftui, widget

Step_01: Get the news api by login this website: https://newsapi.orgThen you will get same this api “09510d0f4f3641258f6f703aa2ef9611“After get the api

Read more
iOS SwiftUI 

Add Home Screen Quick Actions in SwiftUI

13/08/202313/08/2023 joynal27 708 Comments 3d trouch, ios, quick actions, swiftui

On the Home screen of a device running iOS 13 or later, apps can display Home Screen quick actions when

Read more
iOS Swift SwiftUI 

Awesome GitHub Repository list for iOS development

20/02/202320/02/2023 joynal27 418 Comments awesome, awesomerepository, githubrepository, iosdevelopment, ioslead, lead

♈Awesome iOS :- https://lnkd.in/e_UVjQE4 ♉Awesome macOS :- https://lnkd.in/ePKC5VAM ♊Awesome Swift :- https://lnkd.in/eVMU69KH ♋Open-Source iOS Apps :- https://lnkd.in/eqdx_XCn ♌The Awesome Server Side Swift :- https://lnkd.in/eKhNVE2a ♍iOS

Read more
iOS SwiftUI 

Implement Custom TabBar in SwiftUI

08/02/2023 joynal27 209 Comments customTabBar, swiftui, tabBar
Read more
Linear Gradient Color
iOS Swift 

Linear Gradient in Swift

08/09/202208/09/2022 joynal27 1,363 Comments layer, linear gradient layer

  How to Create Linear Gradient in Swift with CAGradientLayer — iOS Swift Guide   With CoreAnimation and CAGradientLayer, iOS

Read more
  • ← Previous

MEMORY & THREAD IOS

operationQueue
Memory Thread 

Operation & OperationQueue

24/08/202217/09/2022 joynal27 381

Operations are an object-oriented way to encapsulate work that you want to perform asynchronously. Operations are designed to be used

DispatchGroup
Memory Thread 

Dispatch Group

14/08/202217/09/2022 joynal27 19,385
DispatchSemaphore
Memory Thread 

DispatchSemaphore

03/08/202217/09/2022 joynal27 9,128
Swift Concurrency
Memory Thread 

Swift Concurrency: Introduction

26/07/202217/09/2022 joynal27 1,070

SHORT QUERY

SHORT QUESTIONS Uncategorized 

How i will Read & Write Data in path Swift?

08/11/202209/11/2022 joynal27 344

//directory let path = FileManager.default.urls(for: .documentDirectory, in: .userDomainMask)[0].appendingPathComponent(“fileSave”) let data: Data! //for Read Data do{ data = try Data(contentsOf: path)

SHORT QUESTIONS Uncategorized 

Custom viewDidLoad() Modifier in SwiftUI

22/10/202209/11/2022 joynal27 705
SHORT QUESTIONS Uncategorized 

How i will change color & text in keyboard return button swiftui?

22/10/202209/11/2022 joynal27 311
SHORT QUESTIONS Uncategorized 

How i will swipe list item in swiftUI?

22/10/202209/11/2022 joynal27 339
SHORT QUESTIONS Uncategorized 

How i will select text in swiftUI?

22/10/202209/11/2022 joynal27 215
SHORT QUESTIONS Uncategorized 

Where we should use @StateObject @ObservedObjec in SwiftUI?

22/10/202209/11/2022 joynal27 224
SHORT QUESTIONS Uncategorized 

How i will check is it dark mode or light mode in swiftUI?

22/10/202209/11/2022 joynal27 249
SHORT QUESTIONS Uncategorized 

How i will back previous view without using .navigationBar() in swiftUI?

21/10/202209/11/2022 joynal27 211
SHORT QUESTIONS Uncategorized 

How i will show new screen using .sheet(), Transition & AnimationOffset in SwiftUI?

21/10/202209/11/2022 joynal27 248
SHORT QUESTIONS Uncategorized 

How to use .sheet() & .fullScreenCover() in SwiftUI?

21/10/202209/11/2022 joynal27 269

WatchOS

WatchOS Widget 

Gauge Style in SwiftUI

09/09/202309/09/2023 joynal27 106

In iOS 16, SwiftUI introduces a new view called Gauge for displaying progress. You can actually use it to show values within a

WatchOS 

Complications(accessories) guideline for WatchOS

08/09/202308/09/2023 joynal27 156
WatchOS 

Data Transfer iPhone To Watch using SwiftUI

30/07/202330/07/2023 joynal27 303

About Author

My name's Joynal Abedin & I'm software engineer. I work with iOS & Web Development. I have joined Tech Department & Work On 4+ years as a iOS Developer(On Going) Appnap Technologies Ltd. I’ll be getting in touch with bloggers to increase our online presence with such a wonderful excellence blogging article.

Contact Me

Gmail: joynalcu7@gmail.com

Copyright © 2025 JOYNAL ABEDIN. All rights reserved.
Theme: ColorMag by ThemeGrill. Powered by WordPress.