Tutorial by Topics: v

A simple, widely-used, yet very powerful view that can present data in a list form using rows and a single column. Users may scroll vertically through the items in a table view, and optionally manipulate and select content. - (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPat...
Laravel StackOverflow Slack Community Coming soon Featured Tutorial Getting Started With Laravel Contribution Guidelines Coming soon Contribution Style Guide Coming soon About Laravel Created by Taylor Otwell as a free open-source PHP web framework, Laravel is meant to ease and ...
This section provides an overview of what amazon-web-services is, and why a developer might want to use it. It should also mention any large subjects within amazon-web-services, and link out to the related topics. Since the Documentation for amazon-web-services is new, you may need to create ini...
This section provides an overview of what opencv is, and why a developer might want to use it. It should also mention any large subjects within opencv, and link out to the related topics. Since the Documentation for opencv is new, you may need to create initial versions of those related topics. ...
This section provides an overview of what vba is, and why a developer might want to use it. It should also mention any large subjects within vba, and link out to the related topics. Since the Documentation for vba is new, you may need to create initial versions of those related topics. Versi...
Unlike most languages, Python supports two major versions. Since 2008 when Python 3 was released, many have made the transition, while many have not. In order to understand both, this section covers the important differences between Python 2 and Python 3. There are currently two supported vers...
This section provides an overview of what spring-mvc is, and why a developer might want to use it. It should also mention any large subjects within spring-mvc, and link out to the related topics. Since the Documentation for spring-mvc is new, you may need to create initial versions of those rela...
JSON (JavaScript Object Notation) is a lightweight, text-based, language-independent data exchange format that is easy for humans and machines to read and write. JSON can represent two structured types: objects and arrays. JSON is often used in Ajax applications, configurations, databases, and RESTf...
React Native lets you build mobile apps using only JavaScript. It uses the same design as React, letting you compose a rich mobile UI from declarative components. With React Native, you don't build a “mobile web app”, an “HTML5 app”, or a “hybrid app”. You build a real mobile app that's indisting...
// Objective-C [UIView new] // Get a view object allocated and initialized [[UIView alloc] initWithFrame:(Pass CGRect)] // Get the view allocated and initialized with a frame [[UIView alloc] init] // Get a view object allocated and initialized // Swift UIView() // Creat...
A Virtual Environment is a tool to keep the dependencies required by different projects in separate places, by creating virtual Python environments for them. It solves the “Project X depends on version 1.x but, Project Y needs 4.x” dilemma, and keeps your global site-packages directory clean and man...
uname - to print information about your operating system. uname [OPTION]
This section provides an overview of what selenium-webdriver is, and why a developer might want to use it. It should also mention any large subjects within selenium-webdriver, and link out to the related topics. Since the Documentation for selenium-webdriver is new, you may need to create initia...
Vim (or "Vi IMproved") is a console-based multi-mode (modal) text editor. It is widely used and available by default on all Unix, Linux, and Apple OS X systems. Vim has a large active community and a wide user base. The editor supports all popular programming languages, and many plugins ...
Apache Cordova is used to create Mobile apps with HTML, CSS & JS. Apache Cordova targets multiple platforms with one code base. Apache Cordova is Free and open source. Cordova wraps your HTML/JavaScript app into a native container which can access the device functions of several platforms. ...

Page 5 of 77