0

friends I am working on an ios app using Swift, I am suppose to add app icon in Control Center and also on any web page user should be able to select text or paragraph and save that text in the application.

I just need a hint or starting point, I am sort of new to IOS, have built 3-4 apps but never worked on Control Center and adding service which allow copy and save text and images from iphone browser.

rmaddy
  • 314,917
  • 42
  • 532
  • 579
Sajid
  • 379
  • 4
  • 18

1 Answers1

2

Control Center is not extensible in iOS. There is no api for it.

Ryan Collins
  • 679
  • 1
  • 6
  • 13