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

ios10

iOS10 UNNotificationServiceExtension not called

April 11, 2024 by Tarik
Categories ios Tags apple-push-notifications, ios, ios-app-extension, ios10, unnotificationserviceextension Leave a comment

Xcode 8: how to change targeted device family

April 9, 2024 by Tarik
Categories ios Tags ios, ios10, ios9, xcode, xcode8 Leave a comment

UIVisualEffectView in iOS 10

January 8, 2024 by Tarik
Categories ios Tags ios, ios10, objective-c, uivisualeffectview, xcode8 Leave a comment

Using NSUserDefaults with Xcode 8 and iOS 10

December 31, 2023 by Tarik
Categories ios Tags ios, ios10, swift, swift3, xcode8 Leave a comment

Cordova app hanging during startup on iOS 10

December 31, 2023 by Tarik
Categories ios Tags cordova, ios, ios10, xcode, xcode8-beta2 Leave a comment

PHPhotoLibrary crashed when getting placeholderForCreatedAsset

December 17, 2023 by Tarik
Categories ios Tags ios, ios10, objective-c, phphotolibrary, xcode Leave a comment

Xcode 8 forces to ‘Choose an initial device view’

December 16, 2023 by Tarik

A way “come back to ambiguous sized” can be: Select all the Scenes(View Controllers) in the Storyboard, show the Size inspector, change the Simulated Size to Freeform, then set Width Height = 600. Then, those tons of warnings disappear.

Categories ios10 Tags ios10, xcode8 Leave a comment

cornerRadius stopped working in Swift 2.3 / iOS 10 / Xcode 8

December 14, 2023 by Tarik

As answered by Rob, I’ve moved the code from viewDidLoad to viewDidAppear and the problem is fixed. OR Adding self.view.layoutIfNeeded() before your code in viewDidLoad also solves the issue. In case of UITableViewCell, Inside awakeFromNib add [self layoutIfNeeded]; before updating the corner radius should solve all the issues.

Categories swift3 Tags ios10, swift2, swift3 Leave a comment

iOS 10 App has crashed because it attempted to access privacy-sensitive data

December 13, 2023 by Tarik
Categories ios Tags cocoa-touch, ios, ios10 Leave a comment

UIUserNotificationSettings deprecated in iOS 10 [duplicate]

December 11, 2023 by Tarik

Registration of notification you should implement this code : import UserNotifications UNUserNotificationCenter.current().requestAuthorization(options: [.alert, .sound, .badge]) { (granted, error) in //Parse errors and track state } This resource contains additional information.

Categories swift Tags apple-push-notifications, ios10, swift, xcode, xcode8 Leave a comment
Older posts
Page1 Page2 … Page9 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