any tips how to do something like that in ios [closed] - ios

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I want to create something like this , it will be the main page of my ipad app , it's something like tab in chrome web browser
I am not sure how to start by
also I want to create a custome table with 3 columns , headers and title like this
Any idea how to achieve that please
Best regards

I think you want something like this... So this is BHTabbarDemo.
You can download this project from https://github.com/fictorial/BHTabBar
This is hint may be it is not exactly same as what you want but it would help you.
Have nice coding!

Related

How can I make a scoreboard card xcode [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
The thing is that I'm making a golf-app and I need the users to fill out all their scores in it. Well I really want the view to look like a golf-scoreboard but how can I achieve this :o?
Thanks guys, much appriciated :D!
You need to use a tableview and use this control: https://github.com/allaboutapps/A3GridTableView
You need to change this according to your needs.. Hope this helps you to start..

I'm a newbie using rails. I want to make my rails app file be editable [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I am a newbie using rails. I want to make my app/views/themes/index.html.erb be editable thru the browser. Anyone here have an idea how to do it?
As a video tutorial is better than I could ever explain, check those 2 links
http://railscasts.com/episodes/332-refinery-cms-basics
http://railscasts.com/episodes/296-mercury-editor
Will explain you how to easily set a WYSWYG editor for your HTML content (not your ruby code)
You can use in-place editing gem.. Here is the link
http://railscasts.com/episodes/302-in-place-editing?view=asciicast
You can use ckeditor to achieve this. See these posts.
http://ckeditor.com/demo
https://github.com/galetahub/ckeditor

How can I give my App multi language support? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
How can I give my App multi language supportd?
I know it is possible with NSLocalizedString, but I don't know how to do it.
iam new to iPhone dev.
One of the simplest tutorial from Ray can help you a lot. U can follow this link http://www.raywenderlich.com/2876/how-to-localize-an-iphone-app-tutorial
Its really simple and easy to understand.
Hope this works for you \m/
EDIT:
you can refer to this screenshot in order to overcome "+" problem which has been changed in latest xcode.

what are my options if i want to implement dashboard like Tumblr or Instagram in objective c [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
All I want to do is explore my options. I want to create an app that requires displaying card like cells. I'm familiar with tableviews and how you can customize them to show certain info and picture.
Have a look at the new UICollectionView added in iOS 6.0
It's pretty the same as a UITableView but it's easier for those "card-style" views.

iPhone SDK: eMail application source code [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I want to make an emailing application but I wanted to know if there is maybe already an application that provides their source code so I could get a head start. Like maybe just the simple concept of placing emails in a table view and retrieving them from a server. If there is anything out there please let me know.
If you do a google search, you should be able to find what you are looking for. Here are some I found.
http://mobile.tutsplus.com/tutorials/iphone/mfmailcomposeviewcontroller/
http://m.youtube.com/#/watch?v=ECkJh2mnFc8&desktop_uri=%2Fwatch%3Fv%3DECkJh2mnFc8
The geeky lemon drop one is pretty good.

Resources