Skip to content

Instantly share code, notes, and snippets.

View trantorGurjitSingh's full-sized avatar

trantorGurjitSingh

View GitHub Profile
{
"success": false,
"message": "Invalid mobile number.",
"error_code": 1306,
"data": {}
}
{
"success": true,
"message": "Password changed successfully",
"data": { }
}
{
"restaurant_slug" : "lakeside",
"restaurant_phone" : "5265263636",
"restextra_google_url" : "",
"restextra_is_specific_commission" : "0",
"restaurant_image" : "https:\/\/demo.yoyumm.4livedemo.com\/image\/restaurant-logo\/28\/500\/315",
"trt_end_time" : "23:30:00",
"restextra_is_delivery" : "1",
"restaurant_is_popular" : "1",
"restextra_insta_url" : "",
[
{
"restaurant_name" : "Lakeside",
"restaurant_phone" : "5265263636",
"restextra_google_url" : "",
"restaurant_id" : "1",
},
{
"restaurant_name" : "The Stone House",
"restaurant_phone" : "5265263636",
@trantorGurjitSingh
trantorGurjitSingh / TabBarIndicatorView.swift
Created December 3, 2021 04:47 — forked from egzonpllana/TabBarIndicatorView.swift
Add Indicator View over tab bar item. (Swift 5)
//
// TabBarIndicatorView.swift
//
// Created by Egzon Pllana on 11/15/20.
// Copyright © 2020 Native Coders. All rights reserved.
//
import UIKit
class TabBarIndicatorView: UIView {