Skip to content
CODE t!ps

CODE t!ps

  • f
  • t
  • l
  • y
  • leetcode
CODE t!ps

CODE t!ps

  • Home
  • Ai
  • Youtube
  • Advertise
  • Let’s Talk
  • Home
  • Ai
  • Youtube
  • Advertise
  • Let’s Talk
SOLID Principles Explained With Examples
May 28, 2026
0
How AI Is Changing Full Stack Development
May 27, 2026
0
Building AI SaaS Products With OpenAI APIs
May 26, 2026
0
Top AI APIs Every Developer Should Learn
May 25, 2026
0
How to use Pickerview with Uitextfield for input data in IOS
November 19, 2014
2
Add or Remove HTML classes in Jquery
January 17, 2014
2
Swift Programming Language Interview Questions And Answers
November 10, 2014
2
iOS Logo
Tips to consume .net webservice in IOS applications
March 5, 2014
2
SOLID Principles Explained With Examples
May 28, 2026
0
How AI Is Changing Full Stack Development
May 27, 2026
0
Building AI SaaS Products With OpenAI APIs
May 26, 2026
0
Top AI APIs Every Developer Should Learn
May 25, 2026
0

Main

Programming

SOLID Principles Explained With Examples

By Code T!ps
May 28, 2026
Ai

How AI Is Changing Full Stack Development

By Code T!ps
May 27, 2026
Programming

Building AI SaaS Products With OpenAI APIs

By Code T!ps
May 26, 2026

Trending

SOLID Principles Explained With Examples
May 28, 2026
0
How AI Is Changing Full Stack Development
May 27, 2026
0
Building AI SaaS Products With OpenAI APIs
May 26, 2026
0
Top AI APIs Every Developer Should Learn
May 25, 2026
0
Beginner’s Guide to AI Automation for Developers
May 24, 2026
0
How to Build AI Agents Using Python and LLMs
May 23, 2026
0
Best AI Coding Assistants Compared for Developers (2026 Guide)
May 22, 2026
0

How To Remove and Replace String within a String.

1 Min Read

// Here We Deleting Something NSString *content = @”i am a good boy”; NSCharacterSet *deleteString = [NSCharacterSet characterSetWithCharactersInString:@”good”]; content = [[content componentsSeparatedByCharactersInSet:…

IOSIOSQuestionsObjective-cProgramming
September 26, 2013

How to validate or Allow Only Numeric value TextField in IOS or objective-c

2 Min Read

How to validate or Allow Only Numeric value TextField in IOS or objective-c In whatever UITextField you’re getting these values from, you can specify the kind of keyboard you want to appear when somebody touches inside the text field. Check the…

IOSIOSQuestionsObjective-cSwift
September 26, 2013

How to use datatype in IOS or Objective-c

1 Min Read

%@ Object %d, %i signed int %u unsigned int %f float/double %x, %X hexadecimal int %o octal int %zu size_t %p pointer %e float/double (in scientific notation) %g float/double (as %f or %e, depending on value) %s C string (bytes) %S C string (unichar)…

IOSIOSQuestionsObjective-c
September 26, 2013

How to use git command in mac using command line

3 Min Read

git command in mac Install Git Using Xcode xcode-select --install With Xcode running on your Mac, you can check whether Git is also available by prompting for the Git version: git --version Install Git Using Homebrew Another way to install Git is with…

Tips&TricksTools
September 25, 2013

How to change colour of font using javascript

2 Min Read

change colour of font Those two parentheses denote the method and hold instructions on what should happen. For instance: <SCRIPT LANGUAGE=”javascript”> document.write(‘<FONT COLOR=green>Green Text</FONT>’)…

Javascript
September 24, 2013

How to Get System Informations Using Javascript

1 Min Read

//Application Code Name var codeName = navigator.appCodeName; //Application Name var appName = navigator.appName; //Application Version var appName = navigator.appVersion; //User Language and Language var language = getLanguage(); function getLanguage()…

JavascriptProgramming
August 16, 2013

What is Protocol Buffer

3 Min Read

Protocol Buffers are a method of serializing structured data. As such, they are useful in developing programs to communicate with each other over a wire or for storing data. The method involves an interface description language that describes the…

IOSQuestions
August 14, 2013

What is the difference between Objective-C from C++

2 Min Read

What is the difference between Objective-C from C++   Also Read : What is Reference Count in Objective-C’s Memory Management. Also Read : What is Delegate Means in Objective-C (IOS Application Development)   C++ Allows multiple inheritance…

IOSQuestions
August 1, 2013

What are the Xcode Versions ?

1 Min Read

Version Release date OS X SDK(s) iOS SDK(s) Runs on versions of OS X Deployment Target 4.3 February 16, 2012 OS X Snow Leopard (10.6.8) and OS X Lion (10.7.x) iOS 5.0 OS X Lion (10.7.x) From iOS 3.0 to iOS 5.0 4.3.1…

IOSQuestions
July 8, 2013

What is Object Oriented Programming( OOP ) Concept ?

3 Min Read

Object Oriented Programming Object-oriented programming (OOP) is a programming paradigm that uses “Objects “and their interactions to design applications and computer programs. There are different types of OOPs are used, they are Object Class Data…

.NetIOSQuestionsProgramming
July 8, 2013
« Previous 1 … 44 45 46 47 48 … 51 Next »

Join 7,715 other subscribers

Most Recommended Posts

  • Best Practices for Developing Quality iOS Apps
  • Session and cookies
  • ERROR Handling in swift !
  • Tips to protect your site from hackers
  • Some useful MAC Tips and Tricks for old and new Setup
  • How to type in Android Emulator using PC-Keyboard
  • Tips to Create WordPress Widgets
  • Each Section of Instruments in Xcode and its Meaning
  • Special characters and Symbols in Programming Languages
  • How to use WP_query(), query_posts() and pre_get_posts in WordPress Programming
Disclaimer : The Tips and Opinions expressed herein are my own personal opinions or Tips and do not represent my current or previous employer's view in anyway.

AI Android APP Programming Apps blogging DATABASE Interview Questions IOS javascript Mac objective-c OS Programming SQL swift Tips & Tricks Tools Web Wordpress Xcode

Copyright 2026 — CODE t!ps. All rights reserved. Blogsy WordPress Theme