Skip to content

Tarik Billa

  • Web Development
    • html
    • vue.js
    • laravel
    • css
    • javascript
    • jquery
    • node.js
    • php
    • asp.net
  • Programming
    • python
    • java
    • c
    • c++
    • c#
  • git
  • android

ios14

What triggers the “would like to find and connect to devices on your local network” permission notification on iOS 14?

April 7, 2024 by Tarik
Categories ios Tags ios, ios14 Leave a comment

IOS 14 UNNotificationPresentationOptions.list, .banner vs alert

January 2, 2024 by Tarik

[.list] will only show the notification in the notification center (the menu that shows when you pull down from the top) [.banner] will only pop down a banner from the top like a normal push notification [.list, .banner] will do both: show the banner and also make sure it’s on the list. [.alert] does essentially … Read more

Categories swift Tags ios14, notifications, swift Leave a comment

how to use iOS 14 cell content configurations in general?

December 28, 2023 by Tarik
Categories ios Tags ios, ios14, uitableview Leave a comment

How to remove List Separator lines in SwiftUI

December 21, 2023 by Tarik

Here is a demo of possible solution. Tested with Xcode 12b. List { ForEach(0..<3) { _ in VStack { Text(“Hello, World!”).padding(.leading) } .frame(maxWidth: .infinity, maxHeight: .infinity, alignment: .leading) .listRowInsets(EdgeInsets()) .background(Color(UIColor.systemBackground))) } }

Categories xcode Tags ios14, list, separator, swiftui, xcode Leave a comment

Xcode 12 build target in wrong order for simulator?

December 18, 2023 by Tarik

OK, i got a solution to make the build work (this way to fix problem is not correct , the right way to fix is added in my update): 1 you need to add the Pods project to your main project as a external project 2 add all the cocodpods target as dependency explicitly in … Read more

Categories xcode Tags cocoapods, ios14, xcode, xcode12 Leave a comment

Xcode 12 – AppName’s architectures (arm64) include none that iPhone 11 Pro can execute (Intel 64-bit)

December 8, 2023 by Tarik
Categories ios Tags ios, ios14, swift, xcode12 Leave a comment

Failed to get descriptors for extensionBundleID

December 5, 2023 by Tarik

I resolved this problem. Clean Builder Folder(maybe it’s not necessary), then restart your iPhone. Run your project again.

Categories swift Tags ios14, swift, xcode Leave a comment

iOS 14 Invalid frame dimension (negative or non-finite)

December 5, 2023 by Tarik

I think it might be a static analysis issue as .frame(width: p.size.width – padding) could result in a negative value. Try: .frame(width: abs(p.size.width – padding))

Categories swiftui Tags geometryreader, ios14, swiftui Leave a comment

edgesIgnoringSafeArea on TabView with PageTabViewStyle not working

December 3, 2023 by Tarik
Categories ios Tags ios, ios14, swiftui Leave a comment

iOS 14 not letting Flutter apps (still in dev) to launch from the home screen compared to Building/Running from the IDE

November 27, 2023 by Tarik
Categories ios Tags android-studio, flutter, ios, ios14, iphone Leave a comment
Older posts
Page1 Page2 Page3 Next →

Tarik Billa

Software Engineer
tarikbilla@gmail.com
+8801884414000
  • Reuse a hash in YAMLApril 17, 2024
  • Dockerfile: how to redirect the output of a RUN command to a variable?April 16, 2024
  • How to cd to a directory with spaces in the directory name?April 16, 2024
  • Maximum MIME type length when storing the type in a databaseApril 16, 2024
  • What is the difference between Unit, Integration, Regression and Acceptance Testing?April 16, 2024
© 2026 Tarik Billa