Kindly Someone Help me, I want to develop my custom keyboard in objective-c. I am not find a way to use images in keyboard extension.Basically I want to show images on Keyboard and after click on image I want to paste on board. Kindly please help me share a way and tutorial link of keyboard extension in objective C with images.
similar to this link: How to create custom keyboard extension with images on it in Objective-C?
I need proper steps to how use image on extension keyboard and how to share this image
Related
I have tried about share image/text on WhatsApp. so i am able to share image or text on WhatsApp successfully, but now i want to share the image with a caption on WhatsUpApplication, so I am unable to do this in swift4
so now i am searching for know how i can share image with caption on WhatsUpApplication in IOS application.
I have try with UIActivityViewController but it's not working with image and text and i read about UIDocumentInteractionController but there is no option for share both and i also implement Url Schema for WhatsApp but it's give only text sharing, not for both.
Please help me and don't make it duplicate because i didn't get any solution for it. maybe it's a issue of ios 11
Unfortunately, currently there is no way to share both image and text together on Whatsapp. It is a limitation of Whatsapp under iOS, it is nothing related to iOS11.
You can send an image or a text at a time, sharing both image and text together is not handled from the Whatsapp side.
Still, let's hope WhatsApp creates a proper iOS extension to fix this.
I want to make an Demo App with animations like side top button in IMDB iOS App. I am not able to find the right library for me. I am new to animation in iOS. Can u please share an lib or share the code how to do it?
Description for a button: Button is opening with animated view when clicked someone give me a idea how to animate that view. The rest design i can make.
Thanks in advance.
i am planning to make the buttons on my custom keyboard as shown in the images in the following link http://www.macaddict.com/article/howtos/iphone_and_ipad_tips_week_keyboard_shortcuts .
i am using the custom keyboard extension. i have done research but found just one post about this but it was unanswered.
sorry i couldn't post an image, i have less than 10 reputation.
Since you doesn't provide and code I can only suggest you library for that.
Tasty Imitation Keyboard is what you exactly need and here is the result of that keyboard library:
for portrait:
for landscape:
in my app and I'm using UiImagePicker also implemented UiNavigationControllerDelegate for some customizations as the delete key and the back button.
When the user browses the images from its library and chooses one, if you AllowEditing is enabled, the image picker shows a screen for cropping the photo ..
At the bottom of this view seems to be a TabBar controller with two buttons:
Choose Cancel and
I wanted to know if anyone knows how to change the text of these buttons ...
Can you help?
There is no supported API that gives you the ability to customize those buttons.
Perhaps the best solution is to find a custom replacement for UIImagePickerController. There may be one on github or Google code.
I want to make a custom Picker view as follow:
I Search a lot & google also but I can't able to achieve this.
My picker content is UIVIew not image view.
But the search only gives me Image not for UIView.
Please Help me to solve this.
Thank you,
Try downloading this project. I believe its exactly what you are looking for
https://github.com/timburks/iPadSlotMachine