I need a help from your side, Actyally I done showCameraControls = NO; and I had a customized button for preview to th captured video.How to get the previedw mode when showCameraControls = NO;.
Guy's Please help me to get rid of this.
Hope I will get quick response from your side.
Thanks in advance,
Madan Mohan.
This may help you.
http://hi.baidu.com/myguru/blog/item/6a16880a0fef121795ca6baf.html
All the best.
Thanks,
Kanji
Related
Hello, how can i achieve this tab menu with FavTab transparent border (i don't know how to call it) in xamarin forms, using either xct <xct:tabview></xct:tabview>, sharpnado.tabs, paths, skiasharp (i don't know skia sharp much), i tried using xamarin community toolkit but i don't know how to craft the centered favtab in which it gives the transparent exactly like in the image, any help is appreciated. Thank you!
[![enter image description here][1]][1]
Yes, i was able to do it exactly as i want using Renderers like how mr. wizzyno gives here: Xamarin.Forms - Cradle FAB but make sure you modify the theme in your style to avoid the same mistake as mine. thanks for all your helps and mr wizzy for his help also
[1]: https://i.stack.imgur.com/q31xJ.png
Just dabbling with some iOS stuff and would like to integrate Facebook (and eventually twitter).
I have a UILabel which randomly changes and would like to post the contents of it to Facebook. Can anyone help on how to achieve this? Perhaps point me in the direction of resources? As a newbie I'm finding it difficult to find what I need.
Thanks in advance.
Get ShareKit: https://github.com/ShareKit/ShareKit
Everything is already ready to go and all you have to do is integrate it into your project and add a few lines of code!!!
I am creating titanium framework application for tableview,I am able to load/show data into the table.But how to give FONTSIZE, so i can manage the text size......
please help me out using any useful link or any example....
Thanks for help!!!
Thanks,
Mishal Shah
You would need to do a custom label then row.add(label).
https://github.com/appcelerator/titanium_mobile/blob/master/demos/KitchenSink/Resources/examples/table_view_layout_2.js
Use the above example and you can build your rows to look however you need them.
I am trying to create custom tooltips like the ones found in Twitter for Mac, or even Sparrow. Do you have any direction for achieving this?
Thanks in advance for your help,
Regards,
Maybe you are looking for MAAttachedWindow?
http://mattgemmell.com/source
Those tooltips are provided by Growl
I'm desperately trying to find a way to make a custom UIAlertView that allows to display long texts and that would also allow to scroll the text as well. It seems to be possible since I've seen a few apps that do it (biteSms for instance) but I don't know how to do it.
Could someone help me please and tell me if any of you has managed to do it ?
Thanks for your help.
Miky Mike
Check the two answers here.