- Sky
- Mint
- Azure
- Indigo
- Blueberry
- Blackcurrant
- Watermelon
- Strawberry
- Pomegranate
- Ruby Red
- Orange
- Banana
- Apple
- Emerald
- Teal
- Chocolate
- Slate
- Midnight
- Maastricht
- Charcoal
- Matte Black
About This Club
- What's new in this club
-
JTH412 joined the club
-
marcohadley joined the club
-
ZoZo joined the club
-
NoTooth666 joined the club
-
scaruseshacks joined the club
-
totodog joined the club
-
VonbonIsgod joined the club
-
Wwvk joined the club
-
Mubarak123123 joined the club
-
Ste0742 joined the club
-
MfgRipper joined the club
-
Kprep joined the club
-
Ishtiayk1 joined the club
-
Andre325 joined the club
-
DarkBlanks joined the club
-
zenful joined the club
-
t.a.m joined the club
-
Kane10 joined the club
-
Ride or die joined the club
-
Kevinishawesome joined the club
-
bbb123123456 joined the club
-
Kingflows joined the club
-
Stoker12 joined the club
-
Shelovetito joined the club
-
Jager2008 joined the club
-
Dsrd joined the club
-
Ma7soden joined the club
-
iEffect joined the club
-
Zachi40 joined the club
-
Khaledq88q joined the club
-
Alihoomadi1 joined the club
-
SHM95 joined the club
-
3bady111 joined the club
-
germany7x joined the club
-
BagusAdi2002 joined the club
-
ryan503 joined the club
-
Bullshit5946 joined the club
-
Gun0102 joined the club
-
xk013x joined the club
-
PhildoDxldo91 joined the club
-
Adam999 joined the club
-
RANDOM GUY24 joined the club
-
Quanlam joined the club
-
ImmuneAG joined the club
-
Rinseoff joined the club
-
blackgeek90 joined the club
-
henryosu joined the club
-
letasaf joined the club
-
Islam1234567 joined the club
-
LegitLemu joined the club
-
Request How Do You Hack iOS FPS games.
K1NGK4SH replied to momihacks's topic in iOS Development Club's Requests
Ok how tho -
Tutorial How to make a simple iOS App
Kamalalnabrissi replied to bR34Kr's topic in iOS Development Club's Tutorials
Good -
Tutorial How to make a simple iOS App
okman255 replied to bR34Kr's topic in iOS Development Club's Tutorials
Thanks!! -
Request How Do You Hack iOS FPS games.
busmanl30 replied to momihacks's topic in iOS Development Club's Requests
There is no specific way to hack any game. Learn ARMv8 and some c/c++ and you should be good -
Hello I want to know how to hack FPS games like critical ops, like aimbot and radar etc, please teach me how to hack mobile iOS games
-
Tutorial How to make a simple iOS App
Curiosity-Not-Allow replied to bR34Kr's topic in iOS Development Club's Tutorials
! -
Tutorial How to make a simple iOS App
bR34Kr replied to bR34Kr's topic in iOS Development Club's Tutorials
Убедитесь, что вы выполняете каждый шаг правильно. -
Tutorial How to make a simple iOS App
c0sm0 replied to bR34Kr's topic in iOS Development Club's Tutorials
странно, но мне пишет что ОШИБКА Файл был удален. но это не тончо, возможно я тыкнул не туда -
Tutorial How to make a simple iOS App
Actual1 replied to bR34Kr's topic in iOS Development Club's Tutorials
Tks -
Can someone make a Madden Mobile Hack
-
Tutorial How to make a simple iOS App
AppleGods replied to bR34Kr's topic in iOS Development Club's Tutorials
I will share this with my friends, keep coding. -
Tutorial How to make a simple iOS App
AppleGods replied to bR34Kr's topic in iOS Development Club's Tutorials
Thanks -
This topic was moved from Tutorials to Help.
-
Ok I am a noob, I wanted to know if some1 could tell me how to mod the mediabox hd app, to increase the video buffer and cache. Like the mod for kodi advancedsetting.xml where you up the buffer and help video play back.
-
How to unlock iPhone 4s iCloud ???
Pig1113 replied to Herman88's topic in iOS Development Club's Tutorials
Thank -
I have a iPhone 4s and I forget the iCloud, I rebooted and now I dont' know :( please help me...
-
Tutorial How to make a simple iOS App
NS Object replied to bR34Kr's topic in iOS Development Club's Tutorials
Nice -
Wow, Nice write-up.
-
Hey there! Today we will learn how to make a UIWebView. A UIWebView is an asset in an app that displays a web page. Let's get started Note that we will not create an application, we will add an asset to it. That means your projects needs to be setup before doing this. Declaration: UIWebView *webView = [[[UIWebView alloc] initWithFrame:CGRectMake(0, 0, self.view.frame.size.width , self.view.frame.size.height)] autorelease]; So with our UIWebView *webView we declare a UIWebView named webView. Our CGRect make spawns the view at 0, 0 and makes it the same size as the screen. So on any device it will resize to the screen size Because self.view.frame.size.xxx specifies what it does, since Obj C uses dot notation we can read it as it follows: self.view.frame.size.height = Get height from the size of the frame of the view (Load view) Calling our website and displaying it: webView.scalesPageToFit = YES; [self.view addSubview:webView]; [webView loadRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:@"https://www.iosgods.com"]]]; We will add this under our existing code. So we scale the page to fit and we subview our UIWebView. The next line calls the website to be loaded, so I put iOSGods.com to display iOSGods.com in the app Hope you learned a thing or two from this and if you have any questions ask it in the comments
-
Tutorial How to make a simple iOS App
Fadexz replied to bR34Kr's topic in iOS Development Club's Tutorials
Well done! -
Tutorial How to make a simple iOS App
xiaov replied to bR34Kr's topic in iOS Development Club's Tutorials
pro -
Tutorial How to make a simple iOS App
ClassicChad-notRealname replied to bR34Kr's topic in iOS Development Club's Tutorials
Good job man! Knew it would be a good tutorial. -
Tutorial How to make a simple iOS App
Klepto replied to bR34Kr's topic in iOS Development Club's Tutorials